Gets the thumbnail for the specified {documentId} of an image file.
| Scope | documents Deprecated scope name: get_document_thumbnail |
| App Type | All |
| Authorization Type | Access token |
| URI | /v4/documents/{documentId}/thumbnail?pixelHeight={pixelHeight}&pixelWidth={pixelWidth} |
| HTTP Method | GET |
| Automation Version(s) | 7.3.2 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| documentId | string | Yes | � | The document ID. | 7.3.2 |
| height | int | No | � | The requested height. | 7.3.2 |
| width | int | No | � | The requested weight. | 7.3.2 |