Get a custom field value

get

/learn.rest/v1/memberships/{membershipId}/customerFieldValues/{customFieldValueId}

Request

Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

Custom field fetched.
Body ()
Root Schema : CustomFieldValueResponse
Type: object
Show Source
Nested Schema : customField
Type: object
Show Source
Nested Schema : UserCustomFieldLinkItem
Type: object
Show Source
Example:
{
    "rel":"canonical",
    "href":"https://{url}/learn.rest/v1/learnCenters/178784/userCustomFields/102"
}
Nested Schema : CustomFieldValueLinkItem
Type: object
Show Source

401 Response

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

404 Response

Resource not found.

500 Response

Internal server error.
Back to Top