Request Information

URI Parameters

NameDescriptionTypeAdditional information
appraisalOrderId

The application identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of appraisal order comments.

Collection of Nano.AppraisalOrderComment
NameDescriptionTypeAdditional information
date

Gets or sets the date.

date

None.

notified

Gets or sets the notified.

date

None.

comment

Gets or sets the comment.

string

None.

actionRequired

Gets or sets a value indicating whether action is required.

boolean

None.

code

Gets or sets the code.

string

None.

source

Gets or sets the source.

string

None.

createDate

Gets or sets the create date.

date

None.

addedBy

Gets or sets the added by identifier.

integer

None.

id

Gets or sets the appraisal order comment identifier.

integer

None.

appraisalOrder

Gets or sets the appraisal order identifier.

integer

None.

appraisalOrderStatuses

Gets or sets the appraisal order status identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "date": "2025-04-25T18:36:29.9046429Z",
    "notified": "2025-04-25T18:36:29.9046429Z",
    "comment": "sample String 1",
    "actionRequired": true,
    "code": "sample String 3",
    "source": "sample String 4",
    "createDate": "2025-04-25T18:36:29.9046429Z",
    "addedBy": 1,
    "id": 5,
    "appraisalOrder": 6,
    "appraisalOrderStatuses": [
      1,
      2
    ]
  },
  {
    "date": "2025-04-25T18:36:29.9046429Z",
    "notified": "2025-04-25T18:36:29.9046429Z",
    "comment": "sample String 1",
    "actionRequired": true,
    "code": "sample String 3",
    "source": "sample String 4",
    "createDate": "2025-04-25T18:36:29.9046429Z",
    "addedBy": 1,
    "id": 5,
    "appraisalOrder": 6,
    "appraisalOrderStatuses": [
      1,
      2
    ]
  }
]

text/html

Sample:
[{"date":"2025-04-25T18:36:29.9046429Z","notified":"2025-04-25T18:36:29.9046429Z","comment":"sample String 1","actionRequired":true,"code":"sample String 3","source":"sample String 4","createDate":"2025-04-25T18:36:29.9046429Z","addedBy":1,"id":5,"appraisalOrder":6,"appraisalOrderStatuses":[1,2]},{"date":"2025-04-25T18:36:29.9046429Z","notified":"2025-04-25T18:36:29.9046429Z","comment":"sample String 1","actionRequired":true,"code":"sample String 3","source":"sample String 4","createDate":"2025-04-25T18:36:29.9046429Z","addedBy":1,"id":5,"appraisalOrder":6,"appraisalOrderStatuses":[1,2]}]

application/vnd.api+json

Sample:

Sample not available.