Get a list of people and their data since the last poll
The list of people since the last poll, along with their fields. Each time a poll is called, the user and date/time is recorded. Therefore the next poll reviews changes made since the same user made the poll request. This is particularly useful when wanting to sync changes with another system.
GET /people/poll_new
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/people/poll_new \
-H "Authorization: Bearer $ACCESS_TOKEN"