GET territories
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either Administrator
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Core.Models.Views.TerritoryViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ReferenceTerritoryId | string |
None. |
|
| Name | string |
None. |
|
| Created | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "a6b9c6ad-f0f3-4a37-9021-08f56860df99",
"ReferenceTerritoryId": "sample string 2",
"Name": "sample string 3",
"Created": "2026-01-30T18:40:55.6638229+00:00"
},
{
"Id": "a6b9c6ad-f0f3-4a37-9021-08f56860df99",
"ReferenceTerritoryId": "sample string 2",
"Name": "sample string 3",
"Created": "2026-01-30T18:40:55.6638229+00:00"
}
]