KronoDesk: REST Web Service (v4.0)
Click here for a complete list of operations.
Retrieves all the notes for a specific ticket
To access this REST web service, you need to use the following URL:
https://api.inflectra.com/KronoDesk/Services/v3_0/RestService.svc/tickets/{ticket_id}/notes
Nothing Expected
<ArrayOfRemoteTicketNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.KronoDesk.Web.Services.v3_0.DataObjects"> <RemoteTicketNote> <AuthorId i:nil="true" /> <CreationDate i:nil="true" /> <IsDeleted>false</IsDeleted> <IsInternalOnly>false</IsInternalOnly> <ModifiedById i:nil="true" /> <ModifiedDate i:nil="true" /> <NoteId i:nil="true" /> <Text i:nil="true" /> <TicketId>0</TicketId> </RemoteTicketNote> </ArrayOfRemoteTicketNote>
[{"AuthorId":null, "CreationDate":null, "IsDeleted":false, "IsInternalOnly":false, "ModifiedById":null, "ModifiedDate":null, "NoteId":null, "Text":null, "TicketId":0}]