API Operands
Is it possible to use operands in a get call (i.e. >, gt, <, lt)?
Es sieht so aus, als hätten wir die übersetzte Seite, nach der Sie suchen, nicht, aber wir haben andere Inhalte auf Englisch und bieten Unterstützung in Englisch.
Wobei können wir Ihnen helfen?
Lernen. Teilen. Diskutieren.
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!