Get supervisor role details
get
                    /learn.rest/v1/learnCenters/{learnCenterId}/supervisorRoles/{supervisorRoleId}
Request
Path Parameters
                - 
                    learnCenterId: number
                    
                    Unique identifier of a LearnCenter.
- 
                    supervisorRoleId: number
                    
                    Unique identifier of a supervisor role.
Response
Supported Media Types
                - application/json
200 Response
Supervisor role fetched successfully.
                
                
                    Root Schema : SupervisorRoleResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            createDateUtc(optional): 
            string(datetime)
            Example:2018-03-07T09:34:00
- 
            links(optional): 
            array  links
            
            
- 
            statusFlag(optional): 
            boolean
            Default Value:trueExample:true
- 
            supervisorAccount(optional): 
            object  supervisorAccount
            
            
- 
            supervisorAccountId(optional): 
            string
            Example:2F6AF602-965B-415A-B00C-EEDA1F37510B
- 
            supervisorRole(optional): 
            object  supervisorRole
            
            
- 
            supervisorRoleId(optional): 
            number
            Example:123
Nested Schema : SupervisorAccountSupervisorRolesLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:{url}/learn.rest/v1/learnCenters/178409/supervisorAccounts/00B6ECA6-CAEC-4C7E-A4D8-DFF98AB42D21/supervisorRoles
- 
            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