Get a list of supervisees mapped to a supervisor account in a LearnCenter
get
/learn.rest/v1/learnCenters/{learnCenterId}/supervisorAccounts/{supervisorAccountId}/supervisees
Get a list of supervisees mapped to a supervisor account in a LearnCenter.
Request
Path Parameters
-
learnCenterId(required): number
Unique identifier of a LearnCenter.
-
supervisorAccountId(required): string
Unique identifier of a supervisor account.
Query Parameters
-
limit: integer
Specify how many items should be returned in a payload. Must be lower than server default limit size.
-
offset: integer
Specify starting point of the response.Default Value:
0
-
totalResults: boolean
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.
Response
Supported Media Types
- application/json
200 Response
Supervisees collection fetched.
Root Schema : SuperviseesResponse
Type:
Show Source
object
-
count:
number
Example:
1
-
hasMore:
boolean
Example:
false
-
items:
object SuperviseeResponse
-
limit:
number
Example:
100
-
links:
array links
Nested Schema : SuperviseeResponse
Type:
Show Source
object
-
integratedFlag:
boolean
Example:
false
-
links:
array links
-
supervisorAccount:
object supervisorAccount
-
supervisorAccountId:
string
Example:
11445C48-D0BB-4581-AC5A-793DC6405FB8
-
user:
object user
-
userId:
number(int32)
Example:
123123
Nested Schema : links
Type:
Show Source
array
Example:
[
{
"rel":"canonical",
"href":"https://{url}/learn.rest/v1/learnCenters/178409/supervisorAccounts/00B6ECA6-CAEC-4C7E-A4D8-DFF98AB42D21/supervisees"
}
]
Nested Schema : SuperviseeLink
Type:
Show Source
object
-
href:
string
Example:
{url}/learn.rest/v1/learnCenters/178409/supervisorAccounts/31D132DB-33E2-4EE3-870C-06ED25F6CE00/supervisees/123445
-
rel:
string
Example:
canonical
Nested Schema : SupervisorAccountLink
Type:
Show Source
object
-
href:
string
Example:
{url}/learn.rest/v1/learnCenters/{learnCenterId}/supervisorAccounts/31D132DB-33E2-4EE3-870C-06ED25F6CE00
-
rel:
string
Example:
canonical
Nested Schema : UserLink
Type:
Show Source
object
-
href:
string
Example:
{url}/learn.rest/v1/users/456
-
rel:
string
Example:
canonical