Is there a hard limit on returning more than 50 comments via the api? I’ve tried pagination but no luck
Managed to sort pagination, but information like the username doesn’t seem to get passed back via the api for any comments beyond the first page of results, returns blank for user on page 2 onwards..
@WikRik can you provide an example of what you are running into past the first page of results so I can file a ticket (and also attempt to reproduce?). You can DM me if it’s sensitive information.
@WikRik spoke to some of our engineers and they are thinking that it’s likely you aren’t passing the include=owner query param to get the 2nd+ page results, as the pagination link will get you the next results but it does not apply the query parameters from the first request to subsequent page requests.
@CharlieAnderson yes you’re absolutely right, fixed. Thank you.