1
0
-1

On listing the animals, I was wondering if its possible to provide a filter. Below is a sample query I am using. I've tried many different variations to try and filter, but they all return the same number of results. I can filter client side if this isn't available.


{
    "token": "{{token}}",
    "tokenHash": "{{tokenHash}}",
    "objectType": "animals",
    "objectAction": "list",
    "filters": [
        {
            "fieldName": "animalID",
            "operation": "equals",
            "criteria": "1"
        }
    ],
    "filterProcessing": "1"
}
    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Grant,

      The list action doesn't have any filters - it sounds like you want the search or publicSearch action.

      Richard

        CommentAdd your comment...