REST API - Issue on getting TASKS via Postman
Dear All,
I'm struggling trying to test v3 API using Postman.
I was able to test with adding a new request, so no issue with authentication.
The problem I have with tasks is that I get a positive response (200 OK) with a different data result, not according to the filter (in this case a sorting) I used. It seems to be a default one.
I tryed different variations, but no luck so far.
Any clue?
Note: If I test my filter on the ADMIN page (the online demo) it works correctly.
Kind regards,
Simon
- {
- "list_info": {
- "sort_fields": [
- {
- "field": "id",
- "order": "desc"
- }
- ]
- }
- }