How to use Alteryx for an API POST
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
CanadaKing
6 - Meteoroid
‎07-13-2022
07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
How could I use Alteryx in an API POST where I add a new line(s) to a table.
API request a JSON script that look like attached file
Thanks
Labels:
- Labels:
- API
4 REPLIES 4
17 - Castor
‎07-13-2022
07:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @CanadaKing
Assuming you have columns for each field in the JSON, you would use a JSON Build tool to create the payload, and then use a download tool to create the POST request. How familiar are you with APIs? Any Sample data you can provide?
‎07-13-2022
07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Luke_C ,
I have a very little experience with Alteryx API, you may use attached file to the main post as data examples ....
Thanks
gabrielvilella
14 - Magnetar
‎07-13-2022
10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
17 - Castor
‎07-13-2022
11:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @CanadaKing
Here's how you can build the JSON if you're starting with raw data fields. Without having the API documentation it will be hard to give you the exact solution, but this should get you started.
