KronoDesk: REST Web Service (v4.0)
Click here for a complete list of operations.
Retrieves the list of ticket statuses
To access this REST web service, you need to use the following URL:
https://api.inflectra.com/KronoDesk/Services/v3_0/RestService.svc/ticket-statuses
Nothing Expected
<ArrayOfRemoteTicketStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.KronoDesk.Web.Services.v3_0.DataObjects"> <RemoteTicketStatus> <Description i:nil="true" /> <IsDeleted>false</IsDeleted> <Name i:nil="true" /> <TicketStatusId i:nil="true" /> </RemoteTicketStatus> </ArrayOfRemoteTicketStatus>
[{"Description":null, "IsDeleted":false, "Name":null, "TicketStatusId":null}]