- read:page:confluence.
External DocumentationTo learn more, visit the Confluence documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| ID | The ID of the page to be returned. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Content Format | Select the content format to be returned in the body field of the response. |
| Get Draft | Select to retrieve the draft version of this page. |
| Include Collaborators | Select to include collaborators associated with this page in the response. |
| Include Direct Children | Select to include the direct children of this page in the response. |
| Include Favorited By Current User Status | Select to include whether the page is favorited by the current user in the response. |
| Include Labels | Select to include labels associated with this page in the response. |
| Include Likes | Select to include likes associated with this page in the response. |
| Include Operations | Select to include operations associated with this page in the response. |
| Include Properties | Select to include content properties associated with this page in the response. |
| Include Versions | Select to include versions associated with this page in the response. |
| Include Web Resources | Select to include web resources associated with this page in the response. |
| Version | The previous version number to retrieve. If not provided, the latest version is returned. |
Example Output
{
"id": "<string>",
"status": "current",
"title": "<string>",
"spaceId": "<string>",
"parentId": "<string>",
"parentType": "page",
"position": 57,
"authorId": "<string>",
"ownerId": "<string>",
"lastOwnerId": "<string>",
"createdAt": "<string>",
"version": {
"createdAt": "<string>",
"message": "<string>",
"number": 19,
"minorEdit": true,
"authorId": "<string>"
},
"body": {
"storage": {},
"atlas_doc_format": {},
"view": {}
},
"labels": {
"results": [
{
"id": "<string>",
"name": "<string>",
"prefix": "<string>"
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"properties": {
"results": [
{
"id": "<string>",
"key": "<string>",
"version": {}
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"operations": {
"results": [
{
"operation": "<string>",
"targetType": "<string>"
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"likes": {
"results": [
{
"accountId": "<string>"
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"versions": {
"results": [
{
"createdAt": "<string>",
"message": "<string>",
"number": 19,
"minorEdit": true,
"authorId": "<string>"
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"isFavoritedByCurrentUser": true,
"_links": {
"base": "<string>"
}
}