Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm new to using API's and I don't understand pagination enough to get all the data from Planning Center People. I connect, and can get data but depending on the settings I choose for pagination, I get anywhere from 25 to 1632 of 6507 records. I don't understand what I should be doing. The API Explorer Planning Center provides for developers (I'm a wannabe developer) gives this server response:
"root":{ 4 items
"links":{ 2 items
"self": "https://api.planningcenteronline.com/people/v2/people"
"next": "https://api.planningcenteronline.com/people/v2/people?offset=25"
}
I interpreted this to mean I should use Pagination one of these - I've tried both and cannot get all the 6507 records:
I tried various "offset" settings but simply cannot get this to work. Any help anyone can provide would be most appreciated. - super indebted!!
Oh, @marksouzacosta , this may be exactly what I need. I will try it and let you know! Thank you so much! I will also check out the video about looping urls. Thank you !!!