GET configSettings/{centerReferenceId}/technologyFlags
Authorization
Access to this endpoint is granted if all following conditions are true:
- Everyone who passes an authentication token in "x-territory-key" URI parameter which is configured to allow access to this endpoint.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
centerReferenceId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.Views.TechnologyFlagsViewModelName | Description | Type | Additional information |
---|---|---|---|
CenterId | globally unique identifier |
None. |
|
IsTechnologyEnabledFlag | string |
None. |
|
IsZoomEnabledFlag | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CenterId": "c6c00cdb-5425-4635-b8af-1ddfe56b11f6", "IsTechnologyEnabledFlag": "sample string 2", "IsZoomEnabledFlag": "sample string 3" }