v1

latestOpenAPI 3.0.02026-07-267316.2 KB
Project

Retrieve the list of pages in the project (scope: document.read)

get/workspace/{workspace-id}/project/{project-id}/pages

Path parameters

workspace-idstring required

The identifier for the workspace

project-idstring required

The identifier for the project in the workspace

Response

The list of pages was retrieved successfully

workspacestring required

The workspace id (matches the workspace-id sent with the request)

projectstring required

The project id (matches the project-id sent with the request)

Example response

{
  "workspace": "z3plqkvf52r",
  "project": "3e95a13e7f1",
  "pages": [
    {
      "id": "logo",
      "name": "Logo"
    }
  ]
}