GET residentapi/violations/{violationId}/violationletters?page={page}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| violationId | integer |
Required |
|
| page | integer |
0 |
|
| pageSize | integer |
0 |
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfViolationLetter| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of ViolationLetter |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"elements": [
{
"fileName": "sample string 1",
"fileUrl": "sample string 2",
"createdOn": "2025-12-24T09:16:29.5842476-05:00"
},
{
"fileName": "sample string 1",
"fileUrl": "sample string 2",
"createdOn": "2025-12-24T09:16:29.5842476-05:00"
}
]
}