EaserixDocs
DevelopersAPI referenceNotesPages

Get a page with its legacy blocks

View as Markdown
GET
/v1/pages/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X GET "https://example.com/v1/pages/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "page": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c",    "parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",    "title": "string",    "icon": "string",    "position": 0,    "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e",    "created": "2019-08-24T14:15:22Z",    "updated": "2019-08-24T14:15:22Z",    "archivedAt": "2019-08-24T14:15:22Z"  },  "blocks": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "pageId": "347b9bf8-fe00-46f6-b8ca-1e06b3bd5809",      "parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",      "type": "string",      "content": "string",      "properties": {},      "position": 0,      "created": "2019-08-24T14:15:22Z",      "updated": "2019-08-24T14:15:22Z"    }  ]}