Get a list of people and their data since the last poll

GET /people/poll_new

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.

Responses

  • 200

    The structure of the list of people returned is the same as the people search function

GET /people/poll_new
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/people/poll_new \
 -H "Authorization: Bearer $ACCESS_TOKEN"