# Return a list of forms this user can access **GET /form/list** A full list of forms that can be selected ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ## Responses ### 200 OK #### Body: application/json (array[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 [Powered by Bump.sh](https://bump.sh)