GET api/GetShelterTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ShelterType_V| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "sample string 1",
"Type": "sample string 2"
},
{
"$ref": "1"
}
]