Get a paginated list of service territories
Get a paginated list of service territories
access_token OAuth 2.0 Access Token
In: query
Filter by IDs (comma-separated list)
Filter by name (comma-separated list)
Filter by project ID
Cursor for forward pagination - retrieve items after this cursor
Cursor for backward pagination - retrieve items before this cursor
Field name to sort results by
Sort direction - 'ASC' for ascending or 'DESC' for descending
Number of results (cursor-based pagination)
100curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/service-territories"{
"data": [],
"pagination": {
"next_cursor": "eyJzb3J0VmFsdWUiOjEwLCJpZCI6MTB9",
"limit": 20,
"prev_cursor": "string_value",
"has_next_page": true,
"has_prev_page": false
}
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
Last updated on