Get a LearnCenter
get
/learn.rest/v1/learnCenters/{learnCenterId}
Request
Path Parameters
-
learnCenterId: number
Unique identifier of a LearnCenter.
Security
-
auth: basic
Type:
basicDescription:Basic Authentication
Response
Supported Media Types
- application/json
200 Response
LearnCenter details fetched.
Root Schema : LearnCenterResponse
Type:
Show Source
object-
description(optional):
string
Example:
Description of LearnCenter -
id(optional):
number
Example:
178000 -
links(optional):
array links
-
memberships(optional):
object memberships
-
name(optional):
string
Name of the LearnCenterExample:
Name of LearnCenter -
path(optional):
string
Example:
home/xyz -
publicFlag(optional):
string
Example:
false -
status(optional):
string
Example:
active -
supervisorAccounts(optional):
object supervisorAccounts
-
url(optional):
string
Example:
{url}/xyz -
userCustomFields(optional):
object userCustomFields
Nested Schema : LearnCenterLink
Type:
Show Source
object-
href(optional):
string
Example:
{url}/learn.rest/v1/learnCenters/178409 -
rel(optional):
string
Example:
canonical
Nested Schema : LearnCenterMembershipsLink
Type:
Show Source
object-
href(optional):
string
Example:
{url}/learn.rest/v1/learnCenters/{learnCenterId}/memberships -
rel(optional):
string
Example:
canonical
Nested Schema : SupervisorAccountsLink
Type:
Show Source
object-
href(optional):
string
Example:
{url}/learn.rest/v1/learnCenters/178409/supervisorAccounts -
rel(optional):
string
Example:
canonical
Nested Schema : LearnCenterUserCustomFieldsLink
Type:
Show Source
object-
href(optional):
string
Example:
{url}/learn.rest/v1/learnCenters/178409/userCustomFields -
rel(optional):
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.