Collection names in v1 workflows/all API Output
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
To provide additional context and if it helps, I am using the macro available on this page: Alteryx Private Gallery API Runner - Alteryx Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Best,
Fernando Vizcaino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I overlooked the appID attribute, which was the missing link in my. Thank you for the help!
