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": [
{
"service_territory_id": "a9ef22ab-29fe-49d7-a23a-30d1d0a66f9d",
"name": "Minneapolis Downtown",
"project_id": 1060,
"display_name": null,
"provider_count": 2,
"attributes": [
{
"id": "0ba4ac96-be83-43e5-ac5f-223be26e06b0",
"name": "expected_wo_volume",
"value": "null"
}
],
"tiers": [
{
"id": 100001782,
"name": "Tier 1"
}
],
"postal_code_count": 0
}
],
"pagination": {
"next_cursor": null,
"prev_cursor": null,
"has_next_page": false,
"has_prev_page": false,
"limit": 100
}
}{
"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