We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
fireworks
SOLVED

Collection names in v1 workflows/all API Output

AbhilashR
15 - Aurora
15 - Aurora

Hello, I was able to query the list of workflows from the server (v2021.3) using the admin v1 GET /admin/v1/workflows/all/ command. What I don't see is the Collection name with which the workflow was shared with (or not).

 

Does anyone know of a way to reconcile the output of workflows/all API call with Collection names? or has alternate suggestions of a way to use the API endpoint to query the list of workflows along with the Collection names?

 

3 REPLIES 3
AbhilashR
15 - Aurora
15 - Aurora

To provide additional context and if it helps, I am using the macro available on this page: Alteryx Private Gallery API Runner - Alteryx Community

fmvizcaino
17 - Castor
17 - Castor

Hey @AbhilashR ,

 

You can use the endpoint /admin/v1/collections/ and merge it with the appIDs you got from the other call. I checked on my server and it worked, but I'm on a newer version.

Screenshot 2023-08-11 195714.png

 

Best,

Fernando Vizcaino

 

AbhilashR
15 - Aurora
15 - Aurora

I overlooked the appID attribute, which was the missing link in my. Thank you for the help!