GET residentapi/archmodcategories
Get all of the possible arch mod categories that an arch mod can be linked to
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfArchModCategoryListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of ArchModCategoryListItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"elements": [
{
"archModCategoryId": 1,
"name": "sample string 2"
},
{
"archModCategoryId": 1,
"name": "sample string 2"
}
]
}