API Operands
Is it possible to use operands in a get call (i.e. >, gt, <, lt)?
Il semble que nous n'ayons pas la page traduite que vous cherchez, mais nous avons d'autres contenus en anglais et offrons une assistance en anglais.
Que pouvons-nous faire pour vous ?
Apprendre. Partager. Discuter.
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!