GET api/residenttypes
Get all resident types
Request Information
Authentication
This method requires user authentication
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfResidentType| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of ResidentType |
None. |
Response Formats
application/json, text/json
Sample:
{
"Total": 1,
"Elements": null
}