getTicketMy

suspend fun BlueGPSLib.getTicketMy(search: String? = null, manager: String? = null, status: String? = null): Resource<List<Ticket>>

Return all tickets for the logged user.

Return

a response of List<Ticket>

Parameters

search

To search for tickets that have a match in the description

manager

To get the tickets of a specific manager

status

To get the tickets of a specific status