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.
SOLVED

appID for the workflow

skuppayy
5 - Atom

Where can i find the appID, key information for a workflow that i can use to trigger a workflow using Python API?

2 REPLIES 2
patrick_digan
17 - Castor
17 - Castor

@skuppayy If you have the app pulled up in the gallery, it's the id at the end of the url (61c....).

patrick_digan_0-1640175926643.png

 

JoeS
Alteryx Alumni (Retired)

The above is certainly the easiest if you can jump on it manually and get it.

 

If you are wanting to do it programmatically then there is this endpoint 

GET /admin/v1/workflows/

 

This can be useful as the ID will change if the version is updated, and you can then parse through to get the latest or published version.