Get file thumbnail
GET https://{{api.box.com}}/2.0/files/:file_id/thumbnail.:extension
Retrieves a thumbnail, or smaller image representation, of a file.
https://developer.box.com/reference/get-files-id-thumbnail-id
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
min_height | number | The minimum height of the thumbnail | |
min_width | number | The minimum width of the thumbnail | |
max_height | number | The maximum height of the thumbnail | |
max_width | number | The maximum width of the thumbnail |
RESPONSES
status: OK