Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "token":"{{token}}",
    "tokenHash":"{{tokenHash}}",
    "objectType":"animalSpecies",
    "objectAction":"search",
    "search":
    {
        "resultStart": "0",
        "resultLimit": "100",
        "resultSort": "speciesSingularanimalID",
        "resultOrder": "asc",
        "filters":
        [
            {
                "fieldName": "speciesSingularanimalSpecies",
                "operation": "equals",
                "criteria": "Dog"
                
            }
        ],
        "filterProcessing": "1",
        "fields":
        [
            "speciesID","speciesSingularanimalSpecies","speciesFullname"
        ]
        
    }
    
}

...