/
Animal Symbols /api/animalSymbols

Animal Symbols /api/animalSymbols

This set of resources is used to expose the animal symbols.

 
Table 17 Animal symbol resources

URI Description

Method

Relative URI

Get all

GET

/api/v{version}/animalSymbols

Get by ID

GET

/api/v{version}/animalSymbols/{id}

Get by animal ID

GET

/api/v{version}/animalSymbols?animalId={Id}

 


 

A sample JSON return of an animal symbol
{
    "Id": 1,
    "Image": "/images/icons/dog.gif",
    "Description": "Doesnt Like Dogs",
    "ShelterBuddyDescription": "No Dogs",
    "HelpDescription": ""
}
A sample JSON return of an animal symbol
{
    "Id": 2,
    "Image": "/images/icons/heart.gif",
    "Description": "Special Needs",
    "ShelterBuddyDescription": "Special Needs",
    "HelpDescription": "Special needs are animals that will require special or additional assistance in life or just adapting to their normal life."
}