POST

Query Extended Fields


Retrieves a list of extended fields.

For a detailed list of supported operations, see sorting and filtering for extended fields. To learn more about query language, see API Query Language.

FieldSupported FiltersSort
key$eq, $ne, $inSort: ✗
displayName$eq, $ne, $in, $beginsSort: ASC, DESC
createdDate$eq, $ne, $gt, $lt, $gte, $lteSort: ASC, DESC
updatedDate$eq, $ne, $gt, $lt, $gte, $lteSort: ASC, DESC
namespace$eq, $neSort: ✗
dataType$eq, $neSort: ✗
fieldType$eqSort: ✗
Authentication

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

Permissions
Manage Contact Extended Fields
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/contacts/v4/extended-fields/query

Errors
400Invalid Argument

There are 6 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?