latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Pages

Create a page

Creates a new page in the specified folder.

post/pages

Request body

namestring required

Display name.

descriptionstring

Optional free-form description of the page.

folderIdstring required

The ID of the Folder.

shareLevel'None' | 'View'

Controls who can view this page. None — only organization members can view this page. View — anyone with the link can view this page.

referenceIdstring

Version prefix used when version control is enabled on this page. Combined with the version number to form the full version identifier.

Response

Example response

{
  "data": {
    "createdBy": {
      "id": "naAJxoDIuwdgNsQHGRRGqA",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    },
    "updatedBy": {
      "id": "naAJxoDIuwdgNsQHGRRGqA",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    },
    "links": [
      {
        "href": "https://api.process.st/api/v1.1/resource/XXX"
      }
    ]
  },
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}