API

How to use Orcanos REST and SOAP web services API

OVERVIEW

Orcanos allows using API in SOAP or REST mode

In REST – results can be returned as JSON

In SOAP – results are returned as XML

API name is similar in both methods

DESCRIPTION

To use SOAP, use this URL

http://SERVER/ACCOUNT/qpackserv/qpackserv.asmx and select the API name

Example: https://alm.orcanos.com/orca111/qpackserv/qpackserv.asmx

For REST Json results set

http://SERVER/ACCOUNT/api/Json/API_NAME

For a complete list of REST web services, use this format:

http://SERVER/ACCOUNT/api/RESTQPackServ45.RESTSerivce.svc

Example: https://alm.orcanos.com/orca111/api/json/qw_login

 

For partial list of API, click here

 

Related Articles