Error export pdf file with api ACC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody
Im trying to export a pdf file from acc with APIs, I entered all parameters and body how is in the documentation however when I do the request the API throw a error
Bellow is the API that I use
-H 'authorization: Bearer eyJhbGciOiJIUzI1NiIsImtpZCI6Imp3dF9zeW1tZXRyaWNfa2V5In0' \
-H 'content-type: application/json' \
{
"options": {
"outputFileName": "MyOutputFile",
"standardMarkups": {
"includePublishedMarkups": true,
"includeUnpublishedMarkups": true,
"includeMarkupLinks": true
},
"issueMarkups": {
"includePublishedMarkups": true,
"includeUnpublishedMarkups": true
},
"photoMarkups": {
"includePublishedMarkups": true,
"includeUnpublishedMarkups": true
}
},
"fileVersions": [
"['urn:adsk.wipprod:fs.file:vf.15Rg8B38Qp-SEu6HzXlTNg?version=1']"
]
}
Anyone have any idea that what is happening?
Thank you so much