POST

Query Tasks


Retrieves a list of tasks, given the specified paging, filtering, and sorting.

Query Tasks runs with the following defaults, which you can override:

  • createdDate in DESC order

For field support for filters and sorting, see Tasks: Supported Filters and Sorting.

To learn about working with Query methods, see API Query Language, Sorting and Paging, and Field Projection.

PropertyFiltersSort
id$eq, $ne, $inSort: ASC, DESC
createdDate$eq, $ne, $gt, $lt, $gte, $lteSort: ASC, DESC
updatedDate$eq, $ne, $gt, $lt, $gte, $lteSort: ASC, DESC
dueDate$eq, $ne, $gt, $lt, $gte, $lteSort: ASC, DESC
status$eq, $ne, $in, $ninNone
contact.id$eq, $ne, $in, $existsNone
Authentication

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

Permissions
Read Tasks
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/crm/tasks/v2/tasks/query

Errors

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

Did this help?