Territories
GET {{api-domain}}/crm/v2/settings/territories
To get the list of territories enabled for your Organization. For detailed information, please refer to the documentation.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"territories":[{"created_time":"2021-03-18T09:21:33+00:00","modified_time":"2021-03-18T09:21:33+00:00","manager":{"name":"Patricia Boyle","id":"738964000000291009"},"parent_id":null,"criteria":null,"name":"Zylker Inc.","modified_by":{"name":"Patricia Boyle","id":"738964000000291009"},"description":"Organization Parent Territory","id":"738964000001977341","created_by":{"name":"Patricia Boyle","id":"738964000000291009"}},{"created_time":"2021-03-18T09:21:55+00:00","modified_time":"2021-03-18T09:21:55+00:00","manager":null,"parent_id":"738964000001977341","criteria":{"comparator":"contains","field":"Account_Name","value":"Zylker"},"name":"South Zone","modified_by":{"name":"Patricia Boyle","id":"738964000000291009"},"description":null,"id":"738964000001977355","created_by":{"name":"Patricia Boyle","id":"738964000000291009"}}],"info":{"per_page":200,"count":2,"page":1,"more_records":false}}