...
Name | Type | Read-only | Mandatory | Comment |
|---|---|---|---|---|
| id | integer | yes | no | |
| subject | string | no | yes | |
| note | string | no | yes | |
| ticketId | integer | no | yes | Ticket.id |
| userId | integer | no | yes | User.id |
| createdDate | date | yes | no | |
| attachmentIds | array | no | no | array of Attachment.id |
URIs
Uri | Method | Request Data | Success Response Code | Description |
|---|---|---|---|---|
| /api/ticket-histories | GET | 200 | Returns an Array of all TicketHistory | |
| /api/ticket-histories/{id} | GET | 200 | Returns one TicketHistory | |
| /api/ticket-histories | POST | TicketHistory | 201 | Create new TicketHistory |
| /api/ticket-histories/{id} | PUT | TicketHistory | 204 | Update an existing TicketHistory |
| /api/ticket-histories/{id} | DELETE | 200 | Delete a TicketHistory |
Accessed through Ticket Api
