Get a custom field value
get
/learn.rest/v1/memberships/{membershipId}/customerFieldValues/{customFieldValueId}
Request
Path Parameters
-
customFieldValueId: number
Unique identifier of custom field.
-
membershipId: number
Unique identifier of Membership.
Security
-
auth: basic
Type:
basicDescription:Basic Authentication
Response
Supported Media Types
- application/json
200 Response
Custom field fetched.
Root Schema : CustomFieldValueResponse
Type:
Show Source
object-
customField(optional):
object customField
-
customFieldId(optional):
number
Example:
407 -
id(optional):
number
Example:
519652 -
links(optional):
array links
-
value(optional):
string
Example:
JCK
Nested Schema : UserCustomFieldLink
Type:
Show Source
objectExample:
{
"rel":"canonical",
"href":"https://{url}/learn.rest/v1/learnCenters/178409/userCustomFields/102"
}Nested Schema : CustomFieldValueLink
Type:
Show Source
object-
href(optional):
string
Example:
{url}/learn.rest/v1/memberships/178418/customFieldValues/456 -
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.