# Get all form submissions for accounts in a circle **GET /api/v1/circles/{circle_uuid}/form-submissions** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **circle_uuid** (string) ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [account] - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **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. - **filter[stage]** (string) Filter submissions by their stage. Valid options are draft,submitted,approved,changes_requested. - **filter[account]** (string) Name of the account of who the submission was against. - **filter[account_uuids]** (string) Filter by a comma separated list of accounts UUIDs of who the form was submitted against. - **filter[submitted_by_uuid]** (string) Filter by a comma separated list of account UUIDs of who submitted the form. - **filter[form_uuids]** (string) Filter by a comma separated list of UUIDs of the form the submission was against. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, stage]. 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)