# Get a specific form by ID **GET /form/{id}** Returns details of a specific form that the user has access to ## 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 OK #### Body: application/json (object) - **id** (integer) The unique form ID - **url** (string) - **title** (string) The title of the form for the user to select - **active** (integer) The status of the form 1: Active 0: Not Active -1: Deleted - **form_active_from_utc** (string) The time this form becomes active - UTC. Format YYYY-MM-DD HH:NN:SS - **form_active_to_utc** (string) The time this form stops being active - UTC. Format YYYY-MM-DD HH:NN:SS ### 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)