v1
latestOpenAPI 3.0.32026-08-067332206.6 KBsections
Fetch a section.
Fetches the matching section.
get/sections/{section_id}
Query parameters
includestring
Set it to a comma-separated list (no spaces) of any of the following record names, to return those records related to the sections. Related records are returned in an included array in the response.
Allowed values:
- brandfolder
- assets
WARNING: This parameter can slow response times.
Response
The matching section.
Example response
{
"data": {
"id": "oqgkkd-fr5iv4-hh142d",
"attributes": {
"name": "My section",
"default_asset_type": "GenericFile"
}
}
}