List board sections
Get a list of all board sections from a board owned by the "operation user_account" - or a group board that has been shared with this account. Optional: Business Access: Specify an ad_account_id to use the owner of that ad_account as the "operation user_account".
- By default, the "operation user_account" is the token user_account.
Path parameters
Unique identifier of a board.
Query parameters
Unique identifier of an ad account.
Cursor used to fetch the next page of items
Maximum number of items to include in a single page. See documentation on Pagination for more information.
Response
The request has succeeded.
Example response
{
"items": [
{
"id": "549755885175",
"name": "Salads"
}
]
}Changes
Changed in 7 of the 29 revisions of this API.312
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
removed
Paginatedsubschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the optional property
bookmarkto the response with the200statusresponse-optional-property-added
- ○
added the required property
itemsto the response with the200statusresponse-required-property-added
This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
client_credentialswas added to the APIapi-security-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
allOf[subschema #2]/response's property type/format changed from/toobject/for status200response-property-type-changed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the response property
allOf[subschema #2]/items/items/namebecame required for the status200response-property-became-required
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterad_account_idnew-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
for the
queryrequest parameterpage_size, the max was increased from100.00to250.00request-parameter-max-increased
- ○
- ▲
added the pattern
^\d+$to thepathrequest parameterboard_idrequest-parameter-pattern-added
- ▲