As per the official Documentation of Alteryx Analytics Cloud API, Link: https://us1.alteryxcloud.com/documentation/api.
I create a workflow using this endpoint (https://us1.alteryxcloud.com/v4/flows). the workflow was created successfully and I get this flow using this endpoint (https://us1.alteryxcloud.com/v4/flows/{id}) But I can't see any workflow in Designer Experience in AAC Portal.
I also created a folder using this endpoint (https://us1.alteryxcloud.com/v4/folders) and successfully created but I can't find this anywhere in the AAC portal.
Solved! Go to Solution.
Hello,
The API you mentioned (https://us1.alteryxcloud.com/v4/flows) aimed to create flows (not workflows), which is the asset type used in Designer Cloud (Trifacta Classic).
Flows can be seen in Designer Cloud (Trifacta Classic) or in the Library section (select 'Designer Cloud (Trifacta Classic)' on the left). Folders can be seen in Designer Cloud (Trifacta Classic) as well.
ok, I understood that.
what I am trying to do here is that I want to trigger Designer Experience workflow using rest API from a third-party server. I want the workflow output in third-party Databases also.
Is there any way to do this?
What is the use case flow and workflow in the Alteryx designer cloud?
Are they work together or are they two separate things?
Sorry for the delay in response.
We are currently working on preparing documentation for public APIs to use with Designer Cloud and will soon release it.