Last updated Apr 23, 2024

Structure of the REST URIs

Jira Service Management's REST APIs provide access to resources (data entities) via URI paths. To use a REST API, your application will make an HTTP request and parse the response. The Jira Service Management REST API uses JSON as its communication format, and the standard HTTP methods like GET, PUT, POST, and DELETE (see each individual resource to find out which methods are available). URIs for Jira Service Management's REST API resources have the following structure:

1
2
http://host:port/context/rest/servicedeskapi/resource-name

All query parameters for the Jira Service Management resources are optional, unless specified otherwise.

Rate this page: