All locations that belong to an account.
Returns a cursor-paginated list of locations in your account.
Query parameters
Number of records to return, counting forward from the start of the result set.
Cursor to page forward from. Pass pageInfo.endCursor, or equivalently the cursor of the last edge in the previous page. Stop paging when pageInfo.hasNextPage is false, or when a page returns an empty edges array.
Number of records to return, counting backward from the end of the result set.
Cursor to page backward from, used with last. Pass the cursor of the first edge of the page you are moving back from — the gateway's shared PageInfo type exposes no startCursor field.
JSON-encoded filter object
JSON-encoded filter object to narrow the result set (e.g. by tag, folder, or approval status).
Response
Successful response