Get a list of supervisees mapped to a supervisor account in a LearnCenter

get

/learn.rest/v1/learnCenters/{learnCenterId}/supervisorAccounts/{supervisorAccountId}/supervisees

Request

Path Parameters
Query Parameters
  • Specify how many items should be returned in a payload. Must be lower than server default limit size.
  • Specify starting point of the response.
    Default Value: 0
  • If set to true, the payload includes the total number of rows that satisfies the request. Use of this parameter determines if the 'last' link is displayed for a pageable collection.
Back to Top

Response

Supported Media Types

200 Response

Supervisees collection fetched.
Body ()
Root Schema : SuperviseesResponse
Type: object
Show Source
Nested Schema : SuperviseeResponse
Type: object
Object comprising Supervisee parameters.
Show Source
  • When an Admin changes the supervisor in TEE, it will then synchronize with the LearnCenter. If an Admin maps a user to a supervisor in the LearnCenter, it will be set to 0 for Integrated and so if the Admin makes a change in TEE, it will not affect the LearnCenter supervisor mapping.If the value is set to 1 then any changes made in TEE will reflect in LearnCenter.
    Example: false
  • links
  • supervisorAccount
    Object comprising Supervisor Account link.
  • Unique identifier for supervisor account.
    Example: 11445C48-D0BB-4581-AC5A-793DC6405FB8
  • user
    Object comprising Link to the user.
  • Identifier for the user creating the supervisee.
    Example: 123123
Nested Schema : supervisorAccount
Type: object
Object comprising Supervisor Account link.
Show Source
Nested Schema : user
Type: object
Object comprising Link to the user.
Show Source
Back to Top