Sections
Get Sections
Get all active sections for the user, optionally filtered by project.
This is a paginated endpoint. See the Pagination guide for details on using cursor-based pagination.
get/api/v1/sections
Query parameters
project_idstring nullable
String ID of the project to get sections from. If omitted or null, get sections from all projects.
Example:6XGgm6PHrGgMpCFX
cursorstring nullable
An opaque string used as the cursor for pagination. Must be used with the same parameters from the previous request
Example:14540000435w8hj8pXXwPQJJch.X9DBH8ya2Xenok55
limitinteger
The number of objects to return in a page
Example:50
public_keystring nullable
Public project access key.
Example:550e8400-e29b-41d4-a716-446655440000
Response
Successful Response
Example response
{
"results": [],
"next_cursor": "14540000435w8hj8pXXwPQJJch.X9DBH8ya2Xenok55"
}Changes
Changed in 1 of the 10 revisions of this API.1
- ○
added the required property
results/items/order_keyto the response with the200statusresponse-required-property-added
- ○