# Get a specific form entry by ID **GET /formentries/{id}** Return a specific form entry that the authenticated user has permission to view ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (integer) Which item to be processed ## Responses ### 200 Form entry returned OK #### Body: application/json (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 ### 400 One or more errors have occurred #### Body: application/json (object) - **error** (string) A single error text or code - **errors** (object) An array of fields and the errors for each field ### 401 Authentication unauthorised #### Body: application/json (object) - **error** (string) ### 403 Invalid permission #### Body: application/json (object) - **error** (string) ### 404 Not Found #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)