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
                - 
                    learnCenterId: number
                    
                    Unique identifier of a LearnCenter.
- 
                    supervisorAccountId: string
                    
                    Unique identifier of a supervisor account.
- 
                    supervisorRoleId: number
                    
                    Unique identifier of a supervisor role.
Response
Supported Media Types
                - application/json
200 Response
Supervisor accounts collection fetched.
                
                
                    Root Schema : SupervisorAccountSupervisorRoleResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectResponse object comprising the parameters for the supervisor role and account.
    
    
    
    
        Show Source
        - 
            createDateUtc(optional): 
            string(datetime)
            Date the supervisor role is created.Example:2018-12-18T22:10:00
- 
            links(optional): 
            array  links
            
            Links to the supervisor account.
- 
            statusFlag(optional): 
            boolean
            Status of the supervisor role.Example:true
- 
            supervisorAccount(optional): 
            object  supervisorAccount
            
            Object comprising supervisor account links.
- 
            supervisorAccountId(optional): 
            string(guid)
            Unique identifier for a supervisor account.Example:31D132DB-33E2-4EE3-870C-06ED25F6CE00
- 
            supervisorRole(optional): 
            object  supervisorRole
            
            Object comprising links to the Supervisor Roles.
- 
            supervisorRoleId(optional): 
            number
            Unique identifier for a supervisor role.Example:1914
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: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectObject comprising supervisor account links.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : supervisorRole
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectObject comprising links to the Supervisor Roles.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : SupervisorRoleAccountLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:{url}/learn.rest/v1/learnCenters/{learnCenterId}/supervisorRoles/{supervisorRoleId}/supervisorAccounts/{supervisorAccountId}
- 
            rel(optional): 
            string
            Example:canonical
Nested Schema : SupervisorAccountLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:{url}/learn.rest/v1/learnCenters/{learnCenterId}/supervisorAccounts/31D132DB-33E2-4EE3-870C-06ED25F6CE00
- 
            rel(optional): 
            string
            Example:canonical
Nested Schema : SupervisorRoleLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:{url}/learn.rest/v1/learnCenters/178409/supervisorRoles/123
- 
            rel(optional): 
            string
            Example:canonical
401 Response
500 Response
Internal server error.