This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a custom field application.
ID of the custom field which application to retrieve.
Requested custom field application.
curl -X GET \
https://www.wixapis.com/members/v1/members/custom-fields-applications/4e4b1840-3833-4dbd-93d1-b2c9a33caa7d \
-H 'Authorization: <AUTH>'
{
"application": {
"customFieldId": "4e4b1840-3833-4dbd-93d1-b2c9a33caa7d",
"customFieldKey": "custom.favorite-animal",
"applications": {
"items": [
{
"applicationType": "MEMBER",
"entityId": "ca1f9c6a-78f3-4b37-b977-951793410042"
}
]
},
"revision": "1",
"exclusions": {
"items": [
{
"applicationType": "PRICING_PLAN",
"entityId": "c638fb81-c3ab-44ca-bc11-883a04f980f3"
}
]
}
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.