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} |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ |
...
"Id": 1, |
...
"Image": "/images/icons/dog.gif", |
...
"Description": "Doesnt Like Dogs", |
...
"ShelterBuddyDescription": "No Dogs", |
...
"HelpDescription": "" } |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ |
...
"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." } |