Get headers when downloading a file associated with a child object

head/documents/{objectTypeName}/{objectId}/children/{childDocType}/{childDocId}/files/{fileId}/content
Internal-Use Only

Gets the headers when downloading the file with the specified ID from the child object that is specified in the path.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
childDocId
string
true

The ID of the child document.

childDocType
string
true

The name of the child document type to which the child document belongs.

fileId
string
true

The ID of the file.

objectId
string
true

The ID of the parent object.

objectTypeName
string
true

The name of the parent object type to which the parent object belongs.

Query Parameters

NameTypeRequiredDescription
changeContentDisposition
boolean
false

A true value sets an 'inline' value in the Content-Disposition header. A false value sets an 'attachment' value in the Content-Disposition header.

Default:
false

Header Parameters

NameTypeRequiredDescription
ifRange
string
false

Sets the end of the range of the file that is downloaded.

Default:
If-Range
range
string
false

Sets the range of the file that is downloaded.

Default:
Range

Responses

StatusMeaningDescription
200OKThe request succeeded. The file with the specified file ID was returned.Headers
400Bad RequestThe request failed. One or more of the following conditions could have caused the failure: the parent object type name was null or empty, the parent object ID was null or empty, the child document type name was null or empty, the child document ID was null or empty, or the file location was invalid.
404Not FoundThe request failed. One or more of the following conditions could have caused the failure: the parent object does not exist, the child object does not exist, the user does not have the correct permissions to view the object, the file with the given ID does not exist, or the file association is a link to an external file. External files cannot be downloaded via this endpoint.