# Poll for new form entries **GET /formentries/poll/{fromthisid}/{returncount}** Poll for new form entries where the ID is greater than the supplied fromthisid parameter. Returns up to returncount entries. Only form entries that the authenticated user has permission to view are included. ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **fromthisid** (integer) The ID that is previous to the one to start from e.g. if IDs are 1,2,3 fromthisid as 1 will return 2,3 - **returncount** (integer) The number of IDs to return. Return count of 0 returns no items ## Responses ### 200 IDs and items found matching the required parameters #### Body: application/json (object) - **totalitemsavailable** (integer) The total number of items in the whole data set regardless of the fromthisid parameter - **firstid** (integer) The first ID of the whole data set - **finalid** (integer) The last ID of the whole data set - **returnlastid** (integer) The last ID of the data set matching the criteria - **items** (array[integer]) A list of the IDs. The number returned matches the returncount parameter ### 401 Authentication unauthorised #### Body: application/json (object) - **error** (string) ### 403 Invalid permission #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)