get
Tickets
suspend fun getTickets(projectId: String, page: Int, period: RevenuePeriod, retrievePendingTickets: Boolean, retrieveClosedTickets: Boolean): JsonObject
Method to request the tickets attached to the projectId
Return
the result of the request as JsonObject
Parameters
project Id
The identifier of the project revenue
page
The page to request
period
The period of the tickets to retrieve
retrieve Pending Tickets
Whether retrieve the pending tickets
retrieve Closed Tickets
Whether retrieve the closed tickets