Last updated
Last updated
GET /rest/servicedeskapi/request
This method returns all customer requests for the user executing the query.
GET /rest/servicedeskapi/request/{issueIdOrKey}
This method returns a customer request.
PUT /rest/servicedeskapi/request/{issueIdOrKey}/notification
This method subscribes the user to receiving notifications from a customer request.
DELETE /rest/servicedeskapi/request/{issueIdOrKey}/notification
This method unsubscribes the user from notifications from a customer request.
GET /rest/servicedeskapi/request/{issueIdOrKey}/transition
This method returns a list of transitions, the workflow processes that moves a customer request from one status to another, that the user can perform on a request.
Use this method to provide a user with a list if the actions they can take on a customer request.
POST /rest/servicedeskapi/request/{issueIdOrKey}/transition
This method performs a customer transition for a given request and transition. An optional comment can be included to provide a reason for the transition.
POST /rest/servicedeskapi/request
This method creates a customer request at a service desk.
The payload must include the service desk and customer request type, as well as any fields that are required for the request type.
A list of the fields required by a customer request type can be obtained using the sm.RequestType.Fields
method.