GET configSettings/{centerReferenceId}/IsB2BClassTypeValid

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

NameDescriptionTypeAdditional information
centerReferenceId

string

Required

Body Parameters

None.

Response Information

Resource Description

PearsonEnglish.LearningServices.Core.Models.Views.TechnologyFlagsViewModel
NameDescriptionTypeAdditional information
CenterId

globally unique identifier

None.

IsTechnologyEnabledFlag

string

None.

IsZoomEnabledFlag

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CenterId": "33746e72-543c-4986-aecc-847c3d25949a",
  "IsTechnologyEnabledFlag": "sample string 2",
  "IsZoomEnabledFlag": "sample string 3"
}