@@ -1248,10 +1248,12 @@ Get all descendants of a Confluence page recursively.
12481248| ` descendants ` | array | Array of descendant pages |
12491249| ↳ ` id ` | string | Page ID |
12501250| ↳ ` title ` | string | Page title |
1251+ | ↳ ` type ` | string | Content type \( page, whiteboard, database, etc.\) |
12511252| ↳ ` status ` | string | Page status |
12521253| ↳ ` spaceId ` | string | Space ID |
12531254| ↳ ` parentId ` | string | Parent page ID |
12541255| ↳ ` childPosition ` | number | Position among siblings |
1256+ | ↳ ` depth ` | number | Depth in the hierarchy |
12551257| ` pageId ` | string | Parent page ID |
12561258| ` nextCursor ` | string | Cursor for fetching the next page of results |
12571259
@@ -1284,6 +1286,7 @@ List inline tasks from Confluence. Optionally filter by page, space, assignee, o
12841286| ↳ ` pageId ` | string | Page ID |
12851287| ↳ ` blogPostId ` | string | Blog post ID |
12861288| ↳ ` status ` | string | Task status \( complete or incomplete\) |
1289+ | ↳ ` body ` | string | Task body content in storage format |
12871290| ↳ ` createdBy ` | string | Creator account ID |
12881291| ↳ ` assignedTo ` | string | Assignee account ID |
12891292| ↳ ` completedBy ` | string | Completer account ID |
@@ -1316,6 +1319,7 @@ Get a specific Confluence inline task by ID.
13161319| ` pageId ` | string | Page ID |
13171320| ` blogPostId ` | string | Blog post ID |
13181321| ` status ` | string | Task status \( complete or incomplete\) |
1322+ | ` body ` | string | Task body content in storage format |
13191323| ` createdBy ` | string | Creator account ID |
13201324| ` assignedTo ` | string | Assignee account ID |
13211325| ` completedBy ` | string | Completer account ID |
@@ -1348,6 +1352,7 @@ Update the status of a Confluence inline task (complete or incomplete).
13481352| ` pageId ` | string | Page ID |
13491353| ` blogPostId ` | string | Blog post ID |
13501354| ` status ` | string | Updated task status |
1355+ | ` body ` | string | Task body content in storage format |
13511356| ` createdBy ` | string | Creator account ID |
13521357| ` assignedTo ` | string | Assignee account ID |
13531358| ` completedBy ` | string | Completer account ID |
0 commit comments