POST

Query Notes


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 list of up to 1,000 notes given the provided filtering, paging, and sorting.

Important: When making the first query request without a cursor, the contactId field is required. For subsequent requests using cursor pagination, contactId becomes optional as the cursor contains the context from the previous query.

By default, notes are sorted by created date in descending order.

Refer to Notes: Supported Filters and Sorting for a complete list of supported filters and sorting options.

To learn about working with Query endpoints, see API Query Language and Sorting and Paging.

Authentication

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

Permissions
Manage Members and Contacts - all permissions
Read Members and Contacts - all read permissions
Manage Notes
Read Notes
Manage Restaurants - all permissions
Manage Stores
Picasso private app mega scope (site)
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/crm/notes/v2/notes/query

Errors
400Invalid Argument

There is 1 error with this status code.

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

Did this help?