Get a list of user Custom Fields.

get

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

Request

Path Parameters
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
  • 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.
Back to Top

Response

Supported Media Types

200 Response

The user custom fields collection is fetched.
Body ()
Root Schema : UserCustomFieldsResponse
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : User Custom Fields
Type: object
Show Source
Nested Schema : elementOptions
Type: array
User custom field comprising the element options.
Show Source
Nested Schema : learnCenter
Type: object
LearnCenter object comprising the LearnCenter links.
Show Source
Nested Schema : UserCustomFieldLinkItem
Type: object
Show Source
Example:
{
    "rel":"canonical",
    "href":"https://{url}/learn.rest/v1/learnCenters/178784/userCustomFields/102"
}
Nested Schema : UserCustomFieldElementOptionsLinkItem
Type: object
Show Source
Nested Schema : LearnCenterLinkItem
Type: object
Show Source
Example:
{
    "rel":"canonical",
    "href":"{url}/learn.rest/v1/learncenters/178784"
}

401 Response

Authentication refused for provided credentials or token invalid.
Headers

500 Response

Internal server error.
Back to Top