**** This entire article now available as a white paper for download here >>  ****


Hopefully in Part 1 you’ve had a chance to review what kind of operations are available through using the API. The next challenge is to actually make the API work in practise.

First off to use the API interface you have to configure an API key against a technician account. This could be a suitable existing technician account or you could create a new technician account specifically for use with the API interface. Either way you will have to ensure the technician account has sufficient rights for the operations you want to perform using the API. 

In the Technician account Login Details there is an option to generate the API key:

APIPart2_1



When generating the API key there is an option to specify an expiry date for the key if required:



APIPart2_2




On generation details of the API key are displayed and should be recorded for use in programming the API interface:



APIPart2_3





So what now? 

It’s simply a case of building the appropriate HTTP method for the API operation we wish to use passing any necessary input data in the INPUT_DATA string, either directly or as a formatted JSON string (see Part 1). If we consider the same operation as before to view the details of a request the API documentation indicates we need the following details:


APIPart2_4

As a URL link this will look something like this, for a ServiceDesk Plus server IP address of 10.0.0.10, port 8888, and a request ID of 405: 

http://10.0.0.10:8888/sdpapi/request/405?TECHNICIAN_KEY=54AF3947-C62E-4B42-9A37-2A3EB7D8D9F7&OPERATION_NAME=GET_REQUEST

 
Entered directly into an Internet browser you should hopefully see the return of the request data for a valid request ID similar to the testing interface in the ServiceDesk Plus API documentation except, in this case as XML data:
 

 

APIPart2_5








For an API operation that requires more by way of input data, such as adding a request, we can still perform this in a URL directly using XML formatted data for the INPUT_DATA string, as given in the example below:




APIPart2_6






When entered into an Internet browser you should get a result similar to the following:





APIPart2_7









Next time we’ll take a look at performing an API operation programmatically.

Enjoy!




This article is relevant to:
Service Desk

You may be interested in these other recent articles

ManageEngine Endpoint Central (formerly Desktop Central) On-Premise Build Release Information

18 April 2024

Summary details of the current Build Release information for ManageEngine Endpoint Central. Note: Desktop Central changing its name to Endpoint Central will not affect the…

Read more

ManageEngine ADSelfService Plus Build Release Information

16 April 2024

The current build release information for ManageEngine ADSelfService Plus is summarised below. Scroll down for more information. You can download the latest service packs here.…

Read more

ManageEngine ADManager Plus Build Release Information

Summary details of the current build release information for ManageEngine ADManager Plus. Scroll the above to view more release details. Download the latest service packs…

Read more

ManageEngine ServiceDesk Plus Cloud Build Release Information

11 April 2024

Summary details of the current Build Release information for ManageEngine ServiceDesk Plus Cloud Edition. All upgrades are performed by the Zoho Cloud team. Should you…

Read more

ManageEngine Analytics Plus Build Release Information

4 April 2024

Summary details of the current build release information for ManageEngine Analytics Plus. Scroll the above to view more release details. Download the latest service packs…

Read more