Get TOC Node
Returns information on a single TOC node.
Path Parameters
- project-idstringrequired
The ID of the project to get the specified TOC node from.
Exampleproject-deep-space-exploration - node-idstringrequired
The ID of the TOC node to get information about.
Example0e7adad0-2572-4966-8f02-bc46930cf848
Responses
GET/projects/{project-id}/toc/nodes/{node-id}
curl --location -g --request GET 'https://{portal-url}/api/v1/projects/project-deep-space-exploration/toc/nodes/0e7adad0-2572-4966-8f02-bc46930cf848'
{
"caption": "",
"id": "0e7adad0-2572-4966-8f02-bc46930cf848",
"isAutoDocsMountPoint": false,
"isShowInToc": true,
"ordinalNo": 1,
"parentId": null,
"topicId": "outer-space",
"topicTitle": "Outer Space"
}