GET /modelderivative/v2/designdata/{urn}/thumbnail
Downloads a thumbnail of the specified source design.
Servers
- https://developer.api.autodesk.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
urn |
String | Yes |
The URL-safe Base64 encoded URN of the source design. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
region |
String | No |
Specifies the data center where the manifest and derivatives of the specified source design are stored. Possible values are:
Valid values:
|
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
height |
Integer | No |
Height of thumbnails. Possible values are: Valid values:
|
width |
Integer | No |
Width of thumbnail in pixels. Possible values are: Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.