Request Information

URI Parameters

NameDescriptionTypeAdditional information
fileHandleId

The file handle identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of file handle.

Nano.FileHandle
NameDescriptionTypeAdditional 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-04-25T18:03:52.0968216Z",
  "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-04-25T18:03:52.0968216Z","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.