25 Sep 2018

forceget options on GET properties

Default blog image

As explained earlier at this blog post, we improved how the GET Properties endpoint returns data. And added a new forceget query string parameter to return the JSON even if the size is bigger than 20Mb. Now this s available on the packages.

For .NET package version 1.4.0 you can simply call the endpoints, like before, no change required. No breaking change on your code.

For Nodejs package version 0.4.4, use the options parameter like:

derivativesApi.getModelviewProperties(urn, guid, {'forceget': true}, oauthClient, token)

 

Tags:

Related Article

Posted By

Augusto Goncalves

Developer Advocate at Autodesk since 2008, working with both desktop and web/cloud apps using top technologies, like C#, JavaScript, NodeJS and any other that can solve problems and improve workflows. See my samples on Github and follow me on Twitter for updates.