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
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ReferenceTerritoryId

string

None.

Name

string

None.

Created

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "9d4e8a25-4965-4951-bd9f-d66918acc407",
    "ReferenceTerritoryId": "sample string 2",
    "Name": "sample string 3",
    "Created": "2026-05-09T13:59:41.0572065+00:00"
  },
  {
    "Id": "9d4e8a25-4965-4951-bd9f-d66918acc407",
    "ReferenceTerritoryId": "sample string 2",
    "Name": "sample string 3",
    "Created": "2026-05-09T13:59:41.0572065+00:00"
  }
]