As a user, when getting a data frame of tickets, I want all tickets returned so that I don’t have to make several calls or deal with partially returned data.
As per the API reference, when viewing lists of data, the results are returned as pages. The tickets function should be updated to handle any required multiple calls to the API on behalf of the user.
As a user, when getting a data frame of tickets, I want all tickets returned so that I don’t have to make several calls or deal with partially returned data.
As per the API reference, when viewing lists of data, the results are returned as pages. The tickets function should be updated to handle any required multiple calls to the API on behalf of the user.