API Operands
Is it possible to use operands in a get call (i.e. >, gt, <, lt)?
Sembra che non abbiamo la pagina tradotta che stai cercando, ma abbiamo altri contenuti in inglese e offriamo supporto in inglese.
Come possiamo aiutarti?
Impara. Condividi. Discute.
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!