GET residentapi/visitortypes
Get all visitor types (None, OneTime, Temporary, Overnight, LongTerm, Permanent)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"elements": [
"sample string 1",
"sample string 2"
]
}