Guided Sections
Get section
Returns the section with its published version fully resolved (inheritance chain walked to fill missing fields). To see raw authored values without inheritance, use GET /documents/sections/{sectionID}/versions/{versionID}.
get/documents/sections/{sectionID}
Response
OK
Example response
{
"publishedVersion": {
"generation": {
"outputSchema": {
"itemFormat": "- {item}\n"
}
}
}
}