What is CURL
CURL or cURL is a software project that is usable for transferring data using various network protocols. For further Information go to Wikipedia or to the official cURL Web Page
How to use our examples
All our examples are based for the Windows Command Line with installed curl client. You can simple copy the code than adjust the needed parts and run the command.
Warning
For the authentication we use a cookie so don't forget to use the cookie jar file. In the Login part it is represented by --cookie-jar and in the use with --cookie. The cookie will be generated by the platform and send with the response when you are using the login.
Check CURL on Windows
First check if curl is installed for the Windows Command Line(CMD).
Open Run with the shortcut Windows/Command key plus key R.
Enter cmd and klick OK.
Entering following command into the command line.
curl --version
You must see a result like the following if curl is installed.
If CURL is not installed you can get the latest installer under that Link for Windows.
Examples
How to Login
Get Organization
Get FileCabinet
Get Document
Upload Document
Change Index
Download Document