SOLVED
Server API Maximum Payload Limit?
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
mnaqvi
6 - Meteoroid
‎11-01-2022
02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Any documentation on what the payload limit is for alteryx server? I'm trying to determine if it's better to send 15-1000 rows, 120+ columns as JSON/XML/b64 to the POST v1/workflows/{appId}/jobs endpoint, or just send a filepath to the endpoint which the server would go to, and read the txt/csv/xlsx file that way.
Solved! Go to Solution.
Labels:
1 REPLY 1
14 - Magnetar
‎11-11-2022
11:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Don't know about the actual limit but in my experience its almost always more efficient to set the filepath.
