v1
latestOpenAPI 3.0.32026-08-067332206.6 KBsections
List sections
Returns the Brandfolder's sections.
get/brandfolders/{brandfolder_id}/sections
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 sections in the matching Brandfolder.
Example response
{
"data": [
{
"id": "oqgkkd-fr5iv4-hh142d",
"attributes": {
"name": "My section",
"default_asset_type": "GenericFile"
}
}
],
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1
}
}