Get a LearnCenter
get
/learn.rest/v1/learnCenters/{learnCenterId}
Request
Path Parameters
-
learnCenterId(required): number
Unique identifier of a LearnCenter.
Security
-
auth: basic
Type:
basic
Description:Basic Authentication
Response
Supported Media Types
- application/json
200 Response
LearnCenter details fetched.
Root Schema : LearnCenterResponse
Type:
Show Source
object
-
description:
string
Example:
Description of LearnCenter
-
id:
number
Example:
178000
-
links:
array links
-
memberships:
object memberships
-
name:
string
Name of the LearnCenterExample:
Name of LearnCenter
-
path:
string
Example:
home/xyz
-
publicFlag:
string
Example:
false
-
status:
string
Example:
active
-
supervisorAccounts:
object supervisorAccounts
-
url:
string
Example:
{url}/xyz
-
userCustomFields:
object userCustomFields
Nested Schema : LearnCenterLink
Type:
Show Source
object
-
href:
string
Example:
{url}/learn.rest/v1/learnCenters/178409
-
rel:
string
Example:
canonical
Nested Schema : LearnCenterMembershipsLink
Type:
Show Source
object
-
href:
string
Example:
{url}/learn.rest/v1/learnCenters/{learnCenterId}/memberships
-
rel:
string
Example:
canonical
Nested Schema : SupervisorAccountsLink
Type:
Show Source
object
-
href:
string
Example:
{url}/learn.rest/v1/learnCenters/178409/supervisorAccounts
-
rel:
string
Example:
canonical
Nested Schema : LearnCenterUserCustomFieldsLink
Type:
Show Source
object
-
href:
string
Example:
{url}/learn.rest/v1/learnCenters/178409/userCustomFields
-
rel:
string
Example:
canonical
401 Response
Authentication refused for provided credentials or the token is invalid.
Headers
404 Response
Resource not found.
500 Response
Internal server error.