Documentation forWeb Help Desk

Program the REST API

For information about programming the REST API, see the Web Help Desk REST API Guide.

The REST API Guide is provided for your reference. SolarWinds cannot provide assistance with creating APIs.

The Web Help Desk Application Programming Interface (API) supports the Representational State Transfer (REST) architecture for creating, reading, updating, and deleting data in Web Help Desk. This architecture uses a URL that uniquely identifies a Web Help Desk resource (such as a ticket or a ticket list) with an HTTP request method, identifying an action to be taken on the resource. The content of the HTTP request provides the data used to create and update the resource, which is typically in XML or JSON format.