Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
The user identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of file handle.
Collection of Nano.FileHandle| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the filehandle identifier. |
integer |
None. |
| appraisalOrderDocument |
Gets or sets the appraisal order comment identifier. |
integer |
None. |
| created |
Gets or sets the created. |
date |
None. |
| metadata |
Gets or sets the metadata. |
string |
None. |
| mimeType |
Gets or sets the mime type. |
string |
None. |
| name |
Gets or sets the name. |
string |
None. |
| url |
Gets or sets the url. |
string |
None. |
| users |
Gets or sets the user identifiers. |
Collection of integer |
None. |
| appConditions |
Gets or sets the app condition identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"appraisalOrderDocument": "2",
"created": "2025-11-09T06:01:01.0286079Z",
"metadata": "sample String 4",
"mimeType": "sample String 5",
"name": "sample String 6",
"url": "sample String 7",
"users": [
"1",
"2"
],
"appConditions": [
"1",
"2"
]
},
{
"id": 1,
"appraisalOrderDocument": "2",
"created": "2025-11-09T06:01:01.0286079Z",
"metadata": "sample String 4",
"mimeType": "sample String 5",
"name": "sample String 6",
"url": "sample String 7",
"users": [
"1",
"2"
],
"appConditions": [
"1",
"2"
]
}
]
text/html
Sample:
[{"id":1,"appraisalOrderDocument":"2","created":"2025-11-09T06:01:01.0286079Z","metadata":"sample String 4","mimeType":"sample String 5","name":"sample String 6","url":"sample String 7","users":["1","2"],"appConditions":["1","2"]},{"id":1,"appraisalOrderDocument":"2","created":"2025-11-09T06:01:01.0286079Z","metadata":"sample String 4","mimeType":"sample String 5","name":"sample String 6","url":"sample String 7","users":["1","2"],"appConditions":["1","2"]}]
application/vnd.api+json
Sample:
Sample not available.