Autodesk-Forge / forge-api-nodejs-client

Forge Node.js SDK: Provides Node.js SDK to help you easily integrate Forge REST APIs into the application
Apache License 2.0
121 stars 87 forks source link

Add query parameter to get guid thumbnails #77

Closed AlexPiro closed 2 years ago

AlexPiro commented 2 years ago

The only way I found to get thumbnails for a specific guid is to add the guid in the thumbnail query :

https://developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/thumbnail?guid={guid}

This query parameter is not documented (only width and height) but it is working and I don't know another way to get these specific thumbnails for each guid.

I made a quick fix to add this to the forge-apis.