# List a page of form entries where the ID is greater than the optionally supplied fromthisid parameter **GET /formentries/list/{fromthisid}** Returned in ID order. 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 ## Responses ### 200 List returned OK #### Body: application/json (array[object]) - **id** (integer) The unique form entry ID - **form_id** (integer) The ID of the form this entry belongs to - **date_time_entered_utc** (string(date-time)) The date and time this entry was submitted in UTC - **entry_status** (integer) The status of the form entry -1: Deleted 0: Pending approval 2: Approved - **user_id** (integer) The ID of the user who was linked to this entry (when entry_status is 2) - **approved_by** (integer) The ID of the user who approved this entry - **approved_datetime_utc** (string(date-time)) The date and time this entry was approved in UTC - **paid_in_full** (integer) Whether the payment for this entry is paid in full (1) or not (0) - **total_required** (string) The total amount required for this form entry - **total_paid** (string) The total amount paid for this form entry - **presented_id** (integer) The ID of the presented record associated with this entry - **reconciled_presented_id** (integer) The ID of the reconciled presented record - **invoice_number** (string) The invoice number for this form entry - **invoice_public_url** (string) The public URL to access the invoice - **payment_fees** (string) The fees associated with payment processing - **nett_of_fees** (string) The net amount after deducting fees - **spam_score** (string) The spam score assigned to this entry - **spam_message** (string) Any spam-related message for this entry - **client_ipaddress** (string) The IP address of the client who submitted this entry - **validation_messages** (string) Any validation messages associated with this entry - **event_id** (integer) The ID of the event associated with this form entry - **event_instance** (string) The event instance identifier ### 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)