GET

List Extended Fields


Retrieves a list of extended fields.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Bookings Services and Settings
Manage Events
Manage Portfolio
Access Verticals by Automations
Set Up Automations
Manage Contact Extended Fields
Manage Restaurants - all permissions
Manage Members and Contacts - all permissions
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/contacts/v4/extended-fields

Query Params
fieldTypestring

Filter for fields of the specified type.


namespacestring

Filter for fields in the specified namespace. Fields created by calling the Find Or Create Extended Field method are automatically assigned to the custom namespace.


startsWithstring

Filter for fields where displayName starts with the specified case-sensitive string.


sort.fieldNamestringmaxLength 100

Name of the field to sort by.


sort.orderstring

Sort order.

Default: ASC.


paging.limitintegerminimum 0format int32

Number of items to return.

Defaults to 100.


paging.offsetintegerminimum 0format int32

Number of items to skip in the current sort order.

Defaults to 0.

Response Object
fieldsArray <ExtendedField>

List of extended fields.


metadataMetadata

Metadata for the page of results.

List Extended Fields
Request
cURL
Response
JSON
Errors

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

Did this help?