The answer is this, really
Yep, use
mp-destination
to select a specific blog. For pagination, it also acceptslimit
andoffset
parameters. Doesn’t look like we documented this. So, if you want to page through 100 items at a time, the 2nd request can be likeoffset=100&limit=100
, 3rd requestoffset=300
, and so on. You can ask for more than 100 at a time, but I’d probably stick to 100-200 items to keep each request fast.A couple of questions about the recent uploads API - #3 by sod
So offset would work to get older posts…not quite in the same way as ‘before’ or ‘before_id’ would, obviously, but it’s enough to get me going