Get a list of groups in LearnCenter.

get

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

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Groups collection fetched.
Body ()
Root Schema : GroupsResponse
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : GroupResponse
Type: object
Show Source
Nested Schema : createdBy
Type: array
Show Source
Nested Schema : lastUpdatedBy
Type: array
Show Source
Nested Schema : owners
Type: array
Show Source

401 Response

Authentication refused for provided credentials or the token is invalid.
Headers

500 Response

Internal server error.
Back to Top