# Get all forms **GET /api/v1/form** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[live]** (boolean) Get forms that have or have not been published. - **filter[visibility]** (string) Get forms of this visibility value, Available types are 'hidden', 'public', 'private', and 'internal'. - **filter[title]** (string) Get forms with a title that match this filter. - **filter[created_after]** (string) Date to filter when the record was created after. - **filter[created_before]** (string) Date to filter when the record was created before. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, title]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)