I am currently in the process of implementing pagination for task comments using the API. As outlined in the API documentation, the default behavior fetches 25 comments. The start and start_id parameters are employed to access the subsequent 25 comments.
Could you kindly provide guidance on how to specify the desired page size? Additionally, I would appreciate instructions on accessing data from the previous page. As the documentation does not provide details on managing the page size and retrieving data from the previous page, your assistance in this matter would be greatly appreciated.
Furthermore, could you clarify if there is a parameter available to determine the presence of records on the next page?