GET objects/{id}/files/{file_id}?include={include}

Gets the information of the file with the specified identifiers.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier of the object.

integer

Required

file_id

The identifier of the file.

string

Required

include

Defines the properties to be included (separated by comma).

string

None.

Body Parameters

None.

Response Information

Resource Description

FileViewModel
NameDescriptionTypeAdditional information
Id

string

None.

CreatedDate

string

None.

Size

integer

None.

FileHashCode

string

None.

AnonymizedFileHashCode

string

None.

Extension

string

None.

OriginalFileName

string

None.

DownloadUrl

string

None.

SelfUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "createdDate": "sample string 2",
  "size": 3,
  "fileHashCode": "sample string 4",
  "anonymizedFileHashCode": "sample string 5",
  "extension": "sample string 6",
  "originalFileName": "sample string 7",
  "downloadUrl": "sample string 8",
  "selfUrl": "sample string 9"
}