GetDocumentSectionsResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/GetDocumentSectionsResponseBody.jsonsections object[]required
Document sections ordered by position
Array [
depthint64required
documentUuidstringrequired
fullPathstring
nodeTypestringrequired
numberingstring
positionint64required
titlestring
uuidstringrequired
]
GetDocumentSectionsResponseBody
{
"$schema": "https://example.com/schemas/GetDocumentSectionsResponseBody.json",
"sections": "Unknown Type: array,null"
}