Tickets API
A ticket is a specific issue filed by a user within an integrated issue-tracking software application.
Supported request
Get a list of tickets: /tickets/
Fields
Name | Type | Description |
|---|---|---|
| double | Unique identifier for the ticket. |
| string | Title of the ticket. |
| string | The ticket details. |
| string | The ticket number. |
| string | The state of the ticket: N/A, Defined, InProgress, Completed, or Accepted. |
| string | Name of the issue-tracking software. |
| string | URL of the ticket. |
| string | Date and time the ticket was closed. |
| double | Unique identifier for the user who closed the ticket. |
| double | Unique identifier for the user who created the ticket. |
| double | Unique identifier for a project. |
| string | Ticket type. |
| string | Number of parent ticket. |
| string | Total number of comments. |
| string | Date and time the ticket was created. |
| string | Date and time the ticket was updated. |
| string | An array of people assigned to the ticket. Filter-traversable object. |
| string | An array of ticket_comment_id values for the ticket. Filter-traversable object. |
| string | How active the ticket is, indicated by low, medium or high. |
Need support? Create a request with our support team.
