Get all workflow states via API in a workspace

Get all workflow states via API in a workspace

john.denner
Advocate Advocate
877 Views
2 Replies
Message 1 of 3

Get all workflow states via API in a workspace

john.denner
Advocate
Advocate

Is it possible via a single API call to get all the states and their details for a workspace? Similar to ...workspaces/8675309/workflows/transitions

 

The transitions endpoint almost gets me there but lacks the finer details on the states. I reviewed the application.wadl for awhile and tried some endpoints in Postman but started to go a bit cross-eyed. 😉

 

Denner

0 Likes
Accepted solutions (1)
878 Views
2 Replies
Replies (2)
Message 2 of 3

patrick.kennedy14
Alumni
Alumni

Hello John,

 

I have recently been made aware of your question.  I will be reaching out to you by email to resolve your question.  An update will be posted here once our issue is resolved.

 

Best Regards,



BR >__________________________
Patrick Kennedy
Technical Support Specialist
San José, Costa
Rica
www.autodesk.com

0 Likes
Message 3 of 3

john.denner
Advocate
Advocate
Accepted solution

Hi Patrick,

 

I got what I was looking for. 🙂 Credit goes to Tony though. I had overlooked the first entry in the application.wadl documentation The entry seemed to be asking for the workflow ID so I skipped it. It uses the workspace ID. And then it returns just about EVERYTHING about the workspace to include copies of the scripts. Heart

 

.autodeskplm360.net/api/rest/workflows/{id:[0-9]*}