GET centers/{centerId}/flags
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember, Student, Administrator, ProspectWithoutTrial, ProspectWithTrial, User, Prospect
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| centerId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Wse.Models.Views.CenterFlagsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| ReferenceCenterId | string |
None. |
|
| Flags | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"ReferenceCenterId": "sample string 2",
"Flags": {
"sample string 1": {},
"sample string 3": {}
}
}