Get a Service Territory

Purpose

To fetch a specific service territory.

Request URL

https://fsm.zoho.com/fsm/v1/Territories/<record_id>

record_id - The unique ID of the record.

Request Method

GET

Scope

scope=ZohoFSM.modules.Territories.READ

Sample Request

Copiedcurl --location --request GET 'https://fsm.zoho.com/fsm/v1/Territories/2373XXXX5267' \
--header 'Authorization: Zoho-oauthtoken 1000.xxxxxxxxxxxxxxxxx.xxxxxxxd'

Sample Response

Copied{
    "data": [
        {
            "Owner": {
                "name": "Lucy Robins",
                "id": "2373000000205001",
                "email": "lucy.robins@zylker.com"
            },
            "Description": null,
            "Created_Time": "2023-03-06T04:29:52-08:00",
            "$editable": true,
            "Latitude": null,
            "City": "Endako",
            "is_Owner_Available": false,
            "Longitude": null,
            "$permissions": {
                "read": true,
                "edit": true,
                "delete": true
            },
            "Name": "British Columbia",
            "State": "British Columbia",
            "$inactive": false,
            "Street": "Endako Mines Rd",
            "Country": "Canada",
            "Zip_Code": "V0J 1L0",
            "id": "2373000000205267",
            "Created_By": {
                "name": "Lucy Robins",
                "id": "2373000000205001",
                "email": "lucy.robins@zylker.com"
            }
        }
    ]
}