@@ -1243,10 +1243,12 @@ Get all descendants of a Confluence page recursively.
12431243| ` descendants ` | array | Array of descendant pages |
12441244| ↳ ` id ` | string | Page ID |
12451245| ↳ ` title ` | string | Page title |
1246+ | ↳ ` type ` | string | Content type \( page, whiteboard, database, etc.\) |
12461247| ↳ ` status ` | string | Page status |
12471248| ↳ ` spaceId ` | string | Space ID |
12481249| ↳ ` parentId ` | string | Parent page ID |
12491250| ↳ ` childPosition ` | number | Position among siblings |
1251+ | ↳ ` depth ` | number | Depth in the hierarchy |
12501252| ` pageId ` | string | Parent page ID |
12511253| ` nextCursor ` | string | Cursor for fetching the next page of results |
12521254
@@ -1279,6 +1281,7 @@ List inline tasks from Confluence. Optionally filter by page, space, assignee, o
12791281| ↳ ` pageId ` | string | Page ID |
12801282| ↳ ` blogPostId ` | string | Blog post ID |
12811283| ↳ ` status ` | string | Task status \( complete or incomplete\) |
1284+ | ↳ ` body ` | string | Task body content in storage format |
12821285| ↳ ` createdBy ` | string | Creator account ID |
12831286| ↳ ` assignedTo ` | string | Assignee account ID |
12841287| ↳ ` completedBy ` | string | Completer account ID |
@@ -1311,6 +1314,7 @@ Get a specific Confluence inline task by ID.
13111314| ` pageId ` | string | Page ID |
13121315| ` blogPostId ` | string | Blog post ID |
13131316| ` status ` | string | Task status \( complete or incomplete\) |
1317+ | ` body ` | string | Task body content in storage format |
13141318| ` createdBy ` | string | Creator account ID |
13151319| ` assignedTo ` | string | Assignee account ID |
13161320| ` completedBy ` | string | Completer account ID |
@@ -1343,6 +1347,7 @@ Update the status of a Confluence inline task (complete or incomplete).
13431347| ` pageId ` | string | Page ID |
13441348| ` blogPostId ` | string | Blog post ID |
13451349| ` status ` | string | Updated task status |
1350+ | ` body ` | string | Task body content in storage format |
13461351| ` createdBy ` | string | Creator account ID |
13471352| ` assignedTo ` | string | Assignee account ID |
13481353| ` completedBy ` | string | Completer account ID |
0 commit comments