# List a page of batch where the ID is greater than the optionally supplied fromthisid parameter **GET /batch/list/{fromthisid}** List is limited to those batches the logged in 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) - **batch_code** (string) Use this to store the short version of a batch, generally around 20 chars max - **description** (string) Longer description of the batch - **bank_account_id** (integer) Optional but recommended. If supplied, must link to the BankAccount this batch is imported from. - **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. - **created_by_user_id** (integer) The CORE user id of the contact who created this. -1 means a system user. This is read-only. When adding, the logged in user is used. - **datetime_created_local** (string) When the item was created - **datetime_closed_local** (string) When the batch was closed - **bank_account_code** (string) Optional parts of a bank account code. Use as required by your bank account coding configurations. Free text - **currency_code** (string) Which 3 character code for this currency - **account_type** (string) Optional. Describes the type of bank account - **name** (string) Name of the bank account - **xero_account_id** (string) If this is a xero account code, its the ID in xero. Read only - **xero_status** (string) shows if the code is still available in xero. Blank if its not a xero account code. Read only ### 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)