/
Countries /api/countries

Countries /api/countries

This set of resources is used to expose the countries.


Table 22. Shelter resources

URI Description

Method

Relative URI

Get all

GET

/api/v{version}/countries

Get by ID.

GET

/api/v{version}/countries/{id}

 


 

A sample JSON return of a shelter
{
	"Id": 1,
	"Name": "Australia"
}