# Get all submission for a form authored by a specific account **GET /api/v1/form/{form_uuid}/submission-authored-by/{author_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **form_uuid** (string) - **author_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) Flter 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[circle_uuids]** (string) Filter by a comma separated list of circle UUIDs belonging to accounts of who the form was submitted against. - **filter[hide_null_accounts]** (boolean) Hide form submissions that are not linked to an account, this could be submissions on public forms. - **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)