This is a high-level detail of the functionality of the trouble ticket API by endpoints.
| Endpoint | HTTP Method | Function |
| /troubleTicket | GET | Search for a trouble ticket |
| /troubleTicket | POST | Create a trouble ticket. |
| /troubleTicket/{ticketId} | GET | Get a trouble ticket detail. |
| /troubleTicket/{ticketId}/comment | POST | Create a comment on a trouble ticket |
| /troubleTicket/attachment | POST | Upload a file to attach to a comment. |
Please refer to the API Specification section for more information.