Get mapping details of supervisor accounts mapped to a supervisor role in a LearnCenter

get

/learn.rest/v1/learnCenters/{learnCenterId}/supervisorRoles/{supervisorRoleId}/supervisorAccounts/{supervisorAccountId}

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Supervisor accounts collection fetched.
Body ()
Root Schema : SupervisorAccountSupervisorRoleResponse
Type: object
Response object comprising the parameters for the supervisor role and account.
Show Source
Example:
{
    "supervisorAccountId":"5E1E861F-311F-43B8-915A-0E4716C43EF1",
    "supervisorRoleId":474,
    "supervisorAccount":{
        "links":[
            {
                "rel":"canonical",
                "href":"{url}/learn.rest/v1/learnCenters/179177/supervisorAccounts/5E1E861F-311F-43B8-915A-0E4716C43EF1"
            }
        ]
    },
    "supervisorRole":{
        "links":[
            {
                "ref":"canonical",
                "href":"{url}/learn.rest/v1/learnCenters/179177/supervisorRoles/474"
            }
        ]
    },
    "createDateUtc":"2016-06-13T08:26:00",
    "statusFlag":true,
    "links":[
        {
            "ref":"canonical",
            "href":"{url}/learn.rest/v1/learnCenters/179177/supervisorRoles/474/supervisorAccounts/5E1E861F-311F-43B8-915A-0E4716C43EF1"
        }
    ]
}
Nested Schema : supervisorAccount
Type: object
Object comprising supervisor account links.
Show Source
Nested Schema : supervisorRole
Type: object
Object comprising links to the Supervisor Roles.
Show Source

401 Response

Authentication refused for provided credentials or the token is invalid.
Headers

500 Response

Internal server error.
Back to Top