# List a page of campaigns where the ID is greater than the optionally supplied fromthisid parameter **GET /campaign/list/{fromthisid}** Limited to those campaigns the user can see. Returned in ID order. ## 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 ## Responses ### 200 List returned OK #### Body: application/json (array[object]) - **id** (integer) - **name** (string) - **description** (string) - **start_date** (string) Optional - the date this campaign started. Format yyyy-mm-dd - **end_date** (string) Optional - the date this campaign finished. Format yyyy-mm-dd - **tracking_tag** (string) Optional - a unique code for this campaign. - **campaign_type_id** (integer) Optional - links to a campaign type as a way of categorising campaigns - **for_group_id** (integer) If the user is a clustered login, then this must be supplied. Otherwise its optional but must link to a group the login has access to. ### 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)