/v1/files/readFile/:filepathOrId
post
Optional
Field | Type | Required | Description |
---|---|---|---|
filepathOrId | string | No | File path with workspace rootname (case insensitive) or file ID Example: /workspace-rootname/folder/file.ext or file000-remaining-file-id |
Optional
Field | Type | Required | Description |
---|---|---|---|
Authorization | string | No | Access token Example: Bearer <token> |
Content-Type | string | Yes | HTTP JSON request content type Example: application/json |
Optional
Field | Type | Required | Description |
---|---|---|---|
w | number | No | Resize to width if file is an image Number subset: |
h | number | No | Resize to height if file is an image Number subset: |
pos | string or number | No | Gravity or strategy to use when fit is cover or contain Enum: Position to use when fit is cover or contain Number subset: |
fit | string | No | How the image should be resized to fit provided dimensions Enum: |
bg | string | No | Hex background color to use when fit is contain Example: #FFFFFF |
withoutEnlargement | boolean | No | Do not enlarge if the width or height are already less than provided dimensions |
format | string | No | Format to transform image to if file is an image Enum: |
download | boolean | No | Whether the server should add "Content-Disposition: attachment" header which forces browsers to download files like HTML, JPEG, etc. which it'll otherwise open in the browser |
Optional
Optional
Optional
Field | Type | Required | Description |
---|---|---|---|
Content-Type | string | Yes | Get file endpoint result content type. If request is successful, it will be the file's content type if it is known or application/octet-stream otherwise, and application/json containing errors if request fails |
Content-Length | string | Yes | HTTP response content length in bytes |
Content-Disposition | string | No | HTTP response content disposition |
binary
Optional
Field | Type | Required | Description |
---|---|---|---|
Content-Type | string | Yes | HTTP JSON response content type Example: application/json |
Content-Length | string | Yes | HTTP response content length in bytes |
Optional
Optional