简体   繁体   中英

get AppBundle by id design automation

So after successfully POSTing a new AppBundle, I cannot GET the details back anymore from https://developer.api.autodesk.com/da/us-east/v3/appbundles/:id . It results in a bad request 400

I'm using the fully qualified id, it's returned from the post as ClientId.name . Since there is no alias yet, there is no +label . I can do a GET on https://developer.api.autodesk.com/da/us-east/v3/appbundles and it will return my AppBundle with the +$LATEST label just fine. I tried appending that to the fully qualified id, or the version number, same result. I can GET existing (already shared) AppBundles just fine.

In case of non-shared app bundles, fully qualified ID must include the alias. Which means that in order to make the GET request, you will first need to create or update an alias that will point to the version that you have just created.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM