Get Tickets
This endpoint gets list of Tickets for the institute of logged in user.
1 |
|
Input Parameters
Query Param | Type | Required | Description |
---|---|---|---|
ticketIdType | int | Optional | The type of the ticket to search. See the TicketIdType section for details |
ticketId | string | Optional | Unique identifier of the ticket for the given ticketId type |
startDate | string | Optional | Date string representing the from which date it should search for tickets |
endDate | string | Optional | Date string representing the to which date it should search for tickets |
Output
This endpoint returns an array of TicketResponse.
Example
Request
1 |
|
Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|