# Get all submission requests on a form **GET /api/v1/form/{form_uuid}/submission-request** This endpoint can only be hit by senior employees It will show every form submission request created for this form Including whom sent the request and the recipient ## 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 - **form_uuid** (string) ### Query parameters - **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[form.title]** (string) @deprecated Please use filter[form_title] instead. - **filter[form_title]** (string) Filter by partial form titles. - **filter[sender_uuids]** (string) Filter by a comma separated list of employee account UUIDs of who sent the form requests. - **filter[receiver_uuids]** (string) Filter by a comma separated list of client account UUIDs of who received the form requests. - **filter[circle_uuids]** (string) Filter by a comma separated list of circle UUIDs belonging to client accounts of who received the form requests. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, description]. 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)