GET centers/{centerId}/territory

Get territory by center id.

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either StaffMember, Student, Administrator, ProspectWithTrial, User

Request Information

URI Parameters

NameDescriptionTypeAdditional information
centerId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Territory.

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": "7b0c2582-3678-4b1d-ac74-b789b610b6ad",
  "ReferenceTerritoryId": "sample string 2",
  "Name": "sample string 3",
  "Created": "2026-03-28T22:22:04.9922736+00:00"
}