Search found 7 matches
- Wed Aug 04, 2021 6:41 pm
 - Forum: Applications
 - Topic: Activation "AWS S3 Download"
 - Replies: 9
 - Views: 52463
 
Re: Activation "AWS S3 Download"
I am currently having this issue as well. Could you share the updated script or does anyone else have a solution?
					- Tue Aug 03, 2021 7:55 pm
 - Forum: Applications
 - Topic: HTTP Request with Body Query
 - Replies: 1
 - Views: 5161
 
HTTP Request with Body Query
I am attempting to us the built in HTTP application to pull some variables but the query I need to run has code in the raw body portion. I have not been successful at finding how to add this to the built in fields available. Has anyone ran into this before? Sample of the query: POST /fmi/data/v1/dat...
					- Fri Jul 23, 2021 8:32 am
 - Forum: Applications
 - Topic: Curl Execute Command
 - Replies: 4
 - Views: 8437
 
Re: Curl Execute Command
I do need to use variables in the .bat file. Do you have a example of how to set up the execute command to use the output from the command line friend?
					- Wed Jul 21, 2021 10:46 pm
 - Forum: Applications
 - Topic: Curl Execute Command
 - Replies: 4
 - Views: 8437
 
Curl Execute Command
I am having trouble getting my curl commands to go through succesully using the execute command element. Below is the curl and a image of the element settings. Also is there a way to execute a curl command and get a json back using execute command element? C:\curl.exe -k --location --request PATCH &...
					- Wed Jul 21, 2021 5:17 pm
 - Forum: Node.js scripting
 - Topic: Curl Switch Script Example
 - Replies: 2
 - Views: 7915
 
Re: Curl Switch Script Example
Or maybe A script that does the HTTP call and not necessarily using curl?
					- Tue Jul 20, 2021 5:52 pm
 - Forum: Node.js scripting
 - Topic: Curl Switch Script Example
 - Replies: 2
 - Views: 7915
 
Curl Switch Script Example
Does anyone have a example of a Switch script to execute a curl command? Below is my Curl i need to execute. I have had success trying to create my own. curl --location --request PATCH 'https://somewebsite.com/fmi/data/v1/databases/MoreData/layouts/MORE_LINE_ITEM_DATA/records/6' \ --header 'Content-...
					- Tue Jul 20, 2021 6:44 am
 - Forum: LEGACY scripting
 - Topic: HTTP Script help
 - Replies: 1
 - Views: 6709
 
HTTP Script help
I am in need of a script to execute some HTTPS calls to a api to get some variables. They return a json but I then have to convert to XML to get the variables out. I have tried using the build in HTTP tool but the calls im using need to have a body statement and also on that is a "Patch" c...