Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This set of resources is used to expose the shelters.

 
Table 22. Shelter resources

URI Description

Method

Relative URI

Get all

GET

/api/v{version}/shelters

Get by ID.

GET

/api/v{version}/shelters/{id}

...

Code Block
themeConfluence
languagejs
titleSample JSON return of a shelter
linenumberstrue
{
	"Id": 1,
	"Name": "RSPCA QLD"
}

...