Get learnCenters

get

/learn.rest/v1/learnCenters

Returns LearnCenters.

Request

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
  • Search through LearnCenters collection items. Use Mongo DB Query format. Searchable properties are - name, path. example: ?q={path:{$eq: 'home/api'}}
  • 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

LearnCenters collection fetched.
Body ()
Root Schema : LearnCentersResponse
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : LearnCenterResponse
Type: object
Show Source
Nested Schema : memberships
Type: object
Show Source
Nested Schema : supervisorAccounts
Type: object
Show Source
Nested Schema : userCustomFields
Type: object
Show Source

401 Response

Authentication refused for provided credentials or token invalid.
Headers

500 Response

Internal server error.
Back to Top