Is there a built-in way to paginate when fetching comments from the /find endpoint? For instance if a particular thread has 1000 replies and I only want to get them in batches of 50 each time. Do I need my own custom code in the backend to implement this?
I can see the since param but ideally I'd like to also specify a maximum number of replies to include in the response.
Thanks!
Is there a built-in way to paginate when fetching comments from the /find endpoint? For instance if a particular thread has 1000 replies and I only want to get them in batches of 50 each time. Do I need my own custom code in the backend to implement this?
I can see the since param but ideally I'd like to also specify a maximum number of replies to include in the response.
Thanks!