get
https://api.genability.com/rest/public/territories/
Return a Territory with the corresponding {territoryId}.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve one territory by territoryId.
Use this endpoint when you already know the Arcadia territory ID and need the territory record. To find candidate territories by location, LSE, tariff, usage type, or territory item, use Get Territories.
Resource URI
GET /rest/public/territories/{territoryId}Path parameters
| Parameter | Type | Description |
|---|---|---|
territoryId | Integer | Unique Arcadia ID for the territory. Required. |
Optional response data
| Parameter | Type | Description |
|---|---|---|
populateItems | Boolean | When true, includes territory items for the territory. Defaults to false. Optional. |
populateLses | Boolean | When true, includes LSEs that provide service in this territory. Defaults to false. Optional. |
For the full Territory data model and examples, see Territories.
Example
GET /rest/public/territories/3539?populateItems=trueA successful response returns a standard response payload with type set to Territory and one territory in the results array.
