ServiceDesk API User Guide

Users should be re-directed to Main page if login is successful.


Displaying Opened task count

You can display opened task count by doing a GET request to below url.
Request:

~/api/TaskView/CountOpen

Response:
20


Getting Customized Logo

You can get client logo by doing 2 kinds of GET request to below url.
Request 1: returns the original image

~/api/Layoutsettings/GetCustomizedLogo

Request 2: returns the image with the size you want
~/api/Layoutsettings/GetCustomizedLogo?width=256&height=256

Response:
HTTP/1.1 200 OK
Content-Type: image/jpeg