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:
When generating the API key there is an option to specify an expiry date for the key if required:
On generation details of the API key are displayed and should be recorded for use in programming the API interface:
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:
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

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:

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

Next time we’ll take a look at performing an API operation programmatically.
Enjoy!
This article is relevant to:
Service DeskOther recent articles in the same category
You may be interested in these other recent articles
Latest Updates for ManageEngine Endpoint Central
6 March 2025
Discover the latest Endpoint Central updates, including new features, fixes, and enhancements.
Read moreLatest Updates for ManageEngine ServiceDesk Plus Cloud
1 March 2025
Discover the latest ServiceDesk Plus Cloud updates, including new features, fixes, and enhancements.
Read moreStay Ahead with the Latest Updates for ManageEngine OpManager
28 February 2025
Discover the latest OpManager updates, including new features, fixes, and enhancements.
Read moreStay Ahead with the Latest Updates for ADSelfService Plus
26 February 2025
Discover the latest ADSelfService Plus updates, including new features, fixes, and enhancements.
Read moreStay Ahead with the Latest Updates for ManageEngine Password Manager Pro
Discover the latest Password Manager Pro updates, including new features, fixes, and enhancements.
Read more