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 4 Next »

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

 
Table 10 Animal colour resources

URI Description

Method

Relative URI

Get all

GET

/api/v{version}/animalColours

Get by ID

GET

/api/v{version}/animalColours/{id}

Get by animal ID

GET

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

 


 

A sample JSON return of an animal colour
{
    "Id": 1,
    "Descriptor": "Black Brindle"
}
  • No labels