Skip to main content
GET
Get Sections Bulk Handler

Headers

authorization
string | null

Query Parameters

section_ids
string<uuid>[] | null

Section IDs to fetch (max 200)

Cookies

ks_uat
string | null

Response

Successful Response

id
string<uuid>
required

Section ID

path_part_id
string<uuid>
required

PathPart ID

name
string
required

Section name

parent_path_id
string<uuid>
required

Parent PathPart ID

materialized_path
string
required

Full materialized path from root

system_managed
boolean
required

Whether this section is system-managed

tenant_id
string<uuid>
required

Tenant ID

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp

page_number
integer | null

Page number in source document

prev_sibling_path_id
string<uuid> | null

Previous sibling PathPart ID

next_sibling_path_id
string<uuid> | null

Next sibling PathPart ID

system_metadata
SectionSystemMetadata · object

System-managed metadata (statistics, etc.)