Get headers for file metadata
head/documents/{objectTypeName}/{objectId}/files/{fileId}
Retrieves headers for the file metadata for the file with the specified object type, object type ID, and file ID.
| Name | Type | Required | Description |
|---|---|---|---|
fileId | string | true | The ID of the file. |
objectId | string | true | The ID of the object. |
objectTypeName | string | true | The name of the object type to which the object belongs. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The file metadata request was successful. | Headers | |
| 400 | Bad Request | The request was invalid. The file ID cannot be null. | ||
| 404 | Not Found | The object does not exist or the user does not have the correct permissions to view the object. |