# Check for any items that are after fromthisid **GET /campaigntype/poll/{fromthisid}/{returncount}** To determine if there are items that have been added, and if so return up to 30 IDs ## 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 Parameters: 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 Parameters: application/json (object) - **error** (string) ### 403: Invalid permission #### Body Parameters: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)