v1
latestOpenAPI 3.0.02026-07-267316.2 KBProject
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
Example response
{
"workspace": "z3plqkvf52r",
"project": "3e95a13e7f1",
"pages": [
{
"id": "logo",
"name": "Logo"
}
]
}