Get a list of supervisor accounts in a LearnCenter.

get

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

Request

Path Parameters
Query Parameters
  • Specify how many items should be returned in a payload. Must be lower than server default limit size.
  • Specify the starting point of the response.
    Default Value: 0
  • If set to true, the payload includes 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

Supervisor accounts collection fetched.
Body ()
Root Schema : SupervisorAccountsResponse
Type: object
Object comprising the parameters that are returned in the Supervisor Account response object.
Show Source
Nested Schema : SupervisorAccountResponse
Type: object
Supervisor Account Response object comprising parameters for the Supervisor accounts.
Show Source
Nested Schema : createdInLearnCenter
Type: object
Specifies the link of the LearnCenter where the supervisor account was created.
Show Source
Nested Schema : membership
Type: object
Membership object comprising the membership links.
Show Source
Nested Schema : supervisees
Type: object
Object comprising the links to the supervisees.
Show Source
Nested Schema : supervisorRoles
Type: object
Supervisor roles object comprising links to supervisor roles.
Show Source

401 Response

Authentication refused for provided credentials or token invalid.
Headers

500 Response

Internal server error.
Back to Top