Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

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."
}
  • No labels