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.TerritoryViewModelName | 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": "4e64ed77-73c5-4fa3-9e4d-ecda884ad206", "ReferenceTerritoryId": "sample string 2", "Name": "sample string 3", "Created": "2025-07-01T13:39:29.7658861+00:00" }, { "Id": "4e64ed77-73c5-4fa3-9e4d-ecda884ad206", "ReferenceTerritoryId": "sample string 2", "Name": "sample string 3", "Created": "2025-07-01T13:39:29.7658861+00:00" } ]