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

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Ptd.Model.Entities.UserPropertyAppealNote'. Path '[0].userPropertyAppeal.appealNotes'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Ptd.Model.Entities.UserPropertyAppealNote'. Path '[0].userPropertyAppeal.appealNotes'.

text/html

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/html'. Exception message: Self referencing loop detected with type 'Ptd.Model.Entities.UserPropertyAppealNote'. Path '[0].userPropertyAppeal.appealNotes'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Ptd.Model.Entities.UserPropertyAppeal' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Ptd.Model.Entities.UserPropertyAppeal' contains cycles and cannot be serialized if reference tracking is disabled.