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": "f8cceac2-f018-4e33-a1aa-1f2544c59dc2",
"ReferenceTerritoryId": "sample string 2",
"Name": "sample string 3",
"Created": "2026-03-28T22:19:02.6710324+00:00"
},
{
"Id": "f8cceac2-f018-4e33-a1aa-1f2544c59dc2",
"ReferenceTerritoryId": "sample string 2",
"Name": "sample string 3",
"Created": "2026-03-28T22:19:02.6710324+00:00"
}
]