Territories
Get the list of territories enabled for your organization.
Select
All the filters are executed at client side within the driver.
SELECT * from Territories;
Columns
| Name | Type | Description |
| Id [KEY] | String | Represents the unique ID of the territory. |
| Name | String | Represents the name of the territory. |
| ParentId | String | Represents the unique ID of the parent territory, if any. |
| Criteria | String | Represents the territory criteria details. |
| Managername | String | Represents the name of the current territory's manager. |
| Managerid | String | Represents the ID of the current territory's manager. |
| CreatedByName | String | Represents the name of the user who created the current territory. |
| CreatedById | String | Represents the ID of the user who created the current territory. |
| ModifiedByName | String | Represents the name of the user who last modified the current territory. |
| ModifiedByid | String | Represents the ID of the user who last modified the current territory. |
| CreatedAt | Datetime | Represents the date and time at which the current territory was created. |
| ModifiedAt | Datetime | Represents the date and time at which the current territory was last modified. |
| Desription | String | Represents the description of the territory, if any. |