Message 1 of 10
Download transmittals content using API
Not applicable
03-10-2020
07:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to download the content of a transmittal using API. I found this API endpoint:
However, when I try to download the list of transmital for a project I am using the url:
but I get an error like this:
{u'errorCode': u'org.mozilla.javascript.Undefined@0', u'moreInfo': u'https://forge.autodesk.com/en/docs/oauth/v2/developers_guide/error_handling/', u'developerMessage': u'The requested resource does not exist.'}
I use GET method to call that API.
Is there a way to download transmittals and transmittals documents using API?
Thanks in advance