Download document in PDF format
Friday, March 31, 2017 at 03:19amHi,
Please help me with the following:
I am using REST API, .NET and a sandbox account.
I want to download a document in PDF format. For this I can use the call:
GET /packages/{packageId}/documents/{documentId}/pdf
But this call requires documentId. And I only have PackageId.
Is there a way to download a particular document if you only have a PackageId (this is supported for zip).
I tried the below call but did not understand which is the DocumentId (if at all it is returning one).
GET /api/packages/{packageId}
Thanks
Abhijit
Reply to: Download document in PDF format
Friday, March 31, 2017 at 03:59amReply to: Download document in PDF format
Friday, March 31, 2017 at 05:24amReply to: Download document in PDF format
Friday, March 31, 2017 at 05:59amReply to: Download document in PDF format
Friday, March 31, 2017 at 06:06am