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 orderFor 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.
| Property | Filters | Sort |
|---|---|---|
id | $eq, $ne, $in | Sort: ASC, DESC |
createdDate | $eq, $ne, $gt, $lt, $gte, $lte | Sort: ASC, DESC |
updatedDate | $eq, $ne, $gt, $lt, $gte, $lte | Sort: ASC, DESC |
dueDate | $eq, $ne, $gt, $lt, $gte, $lte | Sort: ASC, DESC |
status | $eq, $ne, $in, $nin | None |
contact.id | $eq, $ne, $in, $exists | None |
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.