head
HTTP Request
Path parameters
Parameter | Type | Description |
---|---|---|
:fileId | string | The globally unique identifier for this file |
Query parameters
None
Authorization
You must have metadata access to file's associated dataset, and your access token must have the following scope:
data.metadata
Learn more about authorization.
Request body
The request body must be empty.
Response headers
In addition to standard response headers, this API provides the additional information associated with the file:
Name | Description |
---|---|
Content-Disposition | HTTP content disposition, including information about the file's name. However, it is recommended to use |
Content-Length | The size, in bytes, of the response. Note if using Range Requests, this will be the size of the current response, not the entire file. |
Content-Range | Will only be returned if a |
Content-Type | The file's MIME type, derived from the file extension. If the MIME type is unknown, will be set to |
Digest | Contains the md5 checksum of the file content, encoded as a base64 string. Takes the form |
X-Redivis-Filename | The URL-encoded representation of the filename. |
Response body
No content is returned in the response body.
Examples
Last updated