GET residentapi/properties/{propertyId}/violationactions
Get violation actions by property
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfViolationAction| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of ViolationAction |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"elements": [
{
"actionId": 1,
"actionName": "sample string 2",
"actionNameShort": "sample string 3",
"displayorder": 1
},
{
"actionId": 1,
"actionName": "sample string 2",
"actionNameShort": "sample string 3",
"displayorder": 1
}
]
}