list_ticket
Retrieve a list of tickets for an employee. Filter results by ticket status to manage requests efficiently.
Instructions
Get the list of the tickets
:param emp_id: Id of employee
:param status: status of the ticket(optional)
:returns : list of the ticketsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emp_id | Yes | ||
| status | Yes |