GET

Get Custom Field Application


Developer Preview

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.

Permissions
Manage Members and Contacts - all permissions
Read Members and Contacts - all read permissions
Manage Members
Read Members
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/members/v1/custom-fields-applications/{customFieldId}

Path Params
customFieldIdstringRequired

ID of the custom field which application to retrieve.

Response Object
applicationApplication

Requested custom field application.

Get a custom field application
Request
cURL
curl -X GET \ https://www.wixapis.com/members/v1/members/custom-fields-applications/4e4b1840-3833-4dbd-93d1-b2c9a33caa7d \ -H 'Authorization: <AUTH>'
Response
JSON
{ "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" } ] } } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?