HTTP GET Request

This command allows a user to enter a cURL command and receive a turn string

 

Input Arguments

 

0

String

cURL

cURL command string

 

Return Arguments

 

1

String

Response

Return result

 

Returned Status

 

SUCCESS

The packet was sent successfully.

FAILURE

The destination host or port was invalid.

 

Remarks

An input string is a complete curl command:

or example, curl -X GET “https://fma-webservices.iff.fraunhofer.de/acadamo/api/v1/CoordinateSystems” -H “accept: application/json”