SupportCenter Plus API
The purpose of this guide is to help developers understand the functionality of API in SupportCenter Plus. It also lists the operations that can be performed, the attributes, and the input and output sample formats of each operation. With this guide, developers can successfully establish an integration between SupportCenter Plus and various other applications and web services.
SupportCenter Plus API follows the REST pattern to integration and facilitate sharing of data with applications. The REST API conforms to the REST operations of GET, PUT and POST over HTTP POST or GET method. The resultant output formats is either in json or xml.
The integration is established with the help of an API application which performs as a communicator between the two applications. The API application is provided with certain roles and an API key for authentication mechanisms. The operations to be performed are based on the parameter 'operation' and is sent to a url via HTTP POST or GET method. The url format is as shown below,
http://<servername>:<port number>/api/<output format>/<operation+module>?apikey=<apikey>&<params>
The operations that can be performed through API are,
adding request details, viewing existing request details, closing requests, viewing time entry details and view request description details.
adding account details, adding contact details, viewing existing account details, viewing existing contact details and view product details.
View solution details
adding contract details, viewing existing contract details, update contract details and renew contract details.
|