Document Sections (Bundles)

List Document Sections

Retrieve information about the sections within a document.

get/public/v1/documents/{document_id}/sections

Path parameters

document_idstring required

Document ID

Response

OK

Example response

{
  "results": [
    {
      "uuid": "ZsiBHUyksDoKActQNGz542",
      "name": "Sample Section"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.