How can I modify the retrieved ticket count of getOpenedList and getClosedList?

Hello,

I can get the default retrieved ticket count with SendBirdDesk.Ticket.defaultLimit (like it is used in Sendbird Desk for JavaScript sample). But I have no information about how can I modify this ‘limit’.

How can I modify the retrieved ticket count of getOpenedList and getClosedList?

Note: If I use TypeScript the SendBirdDesk.Ticket.defaultLimit will give a typecheck error, because the property ‘defaultLimit’ does not exist on type TicketStatic.

Hi @Sandor_Fulop ,

Currently, Desk SDK only supports ten tickets per request in descending order by default.
I will report the TypeScript error to our engineering.