v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-01441490.1 KB
Integration

List

list pages from integration

get/integration/{integration_name}/list

Path parameters

integration_namestring required

Currently supported integrations are "notion" and "confluence". More integrations will be added in the future.

Response

contentobject

Content of the page

created_atstring

Creation timestamp of the page

idstring

ID of the page

titlestring

Title of the page

updated_atstring

Last updated timestamp of the page

urlstring

URL of the page

Example response

[
  {
    "created_at": "2024-05-20T06:19:00.209Z",
    "id": "65620",
    "title": "Getting started in Confluence",
    "updated_at": "2024-05-20T06:19:00.209Z",
    "url": "https://shreyaans20.atlassian.net/wiki/spaces/~712020b4e5987a0eaa4fae8878f723efab571b/pages/65620/Getting+started+in+Confluence"
  }
]