Hi there
I'm very new to API
Can someone advise how I can build a workflow that can retrieve the orders from here https://humanitix.stoplight.io/docs/humanitix-public-api/468f50b741494-get-orders
Many thanks!
Hi @Alteryxuserhere
The best way of translating API documentation into an Alteryx workflow is to find the docs in CURL
So let's breakdown the above:
I hope that helps,
There's more information about connecting to APIs with alteryx here: https://knowledge.alteryx.com/index/s/article/How-To-Connect-to-the-Connect-REST-API-with-Alteryx-De...
And there'examples and more info on the JSON Parse tool here:
https://help.alteryx.com/current/en/designer/tools/developer/json-parse-tool.html
Ollie
Thanks @OllieClarke this is amazing! Is it possible to obtain all orders in one go without retrieving per order?
@Alteryxuserhere
From the documentation, it looks like you would need to first get all the eventIDs (using the get events endpoint - https://humanitix.stoplight.io/docs/humanitix-public-api/476881e4b5d55-get-events). Parse these out, and create your URL in a formula tool using these parsed eventIDs, and then you'd be able to get all your data.
Another great resource for working with APIs is this blog here: https://community.alteryx.com/t5/Engine-Works/APIs-for-Beginners-Integrate-All-the-Systems/ba-p/8074...
Hope that helps,
Ollie
User | Count |
---|---|
60 | |
24 | |
24 | |
21 | |
21 |