![]() Junction Networks Web Services API |
REST Request FormatREST is a simple request format to use - it's a simple HTTP GET or POST action. The URL is http://www.jnctn.com/restapi The secure URL is https://www.jnctn.com/restapi The REQUIRED parameterAction is used to specify the requested action.
For example, to request the Echo action, invoke like this:
http://www.jnctn.com/restapi?Action=Echo&SomeParaName=SomeValue
REST requests return a REST response XML document.
|