API Operands
Is it possible to use operands in a get call (i.e. >, gt, <, lt)?
It looks like we don't have the translated page you're looking for, but we do have other content in English and offer support in English.
What can we help you with?
Learn. Share. Discuss.
Is it possible to use operands in a get call (i.e. >, gt, <, lt)?
Folllowing List for Post: API Operands
[this list is visible for admins and agents only]
Hey! We don't support such operands in our API.
If you need to filter data using "more" or "less" logical operators, this can be done only for dates and custom fields.
For example, with the method [GET] /tasks accompanied by the parameter: createdDate={"start":"2019-03-04T09:39:27Z","end":"2019-03-06T09:39:27Z"} you can get a list of tasks created in this time range.
For custom fields, you can use minValue and maxValue with the customField parameter ( https://developers.wrike.com/documentation/api/methods/query-tasks ).
Hope this helps!