Locations
All locations that belong to an account.
Returns a cursor-paginated list of locations in your account.
get/api/v4/locations
Query parameters
firstinteger
Number of records to fetch from the start of the connection (forward pagination). Combine with after.
afterstring
Cursor to fetch records after. Pass pageInfo.endCursor from the previous page.
lastinteger
Number of records to fetch from the end of the connection (backward pagination). Combine with before.
beforestring
Cursor to fetch records before. Pass pageInfo.startCursor to page backwards.
filterstring
JSON-encoded filter object
JSON-encoded filter object to narrow the result set (e.g. by tag, folder, or approval status).
Response
Successful response