I am trying to enumerate “campaign members” (/api/oauth2/v2/campaigns/{campaign_id}/members
) and every time I make it to page 100, i.e. after 100 requests (including the original request without a cursor
query), the server responds invariably with 400 Bad Request
(I retry 5 times). That is; it is impossible to enumerate past page 100, i.e. page 101 is not accessible.
Hi! Can you please submit a ticket here? It would be great if you could include response headers in the ticket.
Or I can just increase the page size so there aren’t more than 100 pages any more. The bug still exists but I don’t have to deal with it.