Get a user custom field value

get

/learn.rest/v1/memberships/{membershipId}/customFieldValues/{userCustomFieldValueId}

Request

Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

Custom field value fetched.
Body
Example Response (application/json)
{
    "id":1661914,
    "customFieldId":354,
    "customField":{
        "links":[
            {
                "rel":"canonical",
                "href":"{url}/learn.rest/v1/learnCenters/178409/userCustomFields/354"
            },
            {
                "rel":"canonical",
                "href":"{url}/learn.rest/v1/learnCenters/189353/userCustomFields/354"
            }
        ]
    },
    "value":"",
    "links":[
        {
            "rel":"canonical",
            "href":"{url}/learn.rest/v1/memberships/1235843/customFieldValues/1661914"
        }
    ]
}

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