List board sections
GET {{baseUrl}}/boards/:board_id/sections?ad_account_id=4&bookmark=<string>&page_size=25
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 adaccountid to use the owner of that adaccount as the "operation useraccount.
- By default, the
operation useraccount" is the token useraccount.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ad_account_id | number | Unique identifier of an ad account. | |
bookmark | string | Cursor used to fetch the next page of items | |
page_size | number | Maximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[],"bookmark":"\u003cstring\u003e"}