GET api/me/properties/{userPropertyId}/appeals/{propertyAppealId}/notes
This method should be used to retrieve appeal notes for a specific appeal by id
Requires Authorization!
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userPropertyId |
User property id |
integer |
Required |
| propertyAppealId |
Id of the target appeal |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of
Collection of UserPropertyAppealNote| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Note | string |
None. |
|
| CreatedDate | date |
None. |
|
| DeletedDate | date |
None. |
|
| UserId | integer |
None. |
|
| UserPropertyAppealId | integer |
None. |
|
| User | AspNetUser |
None. |
|
| UserPropertyAppeal | UserPropertyAppeal |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
text/html
Sample:
application/xml
Sample:
text/xml
Sample: