---
title: "Search Form Instance Signatures"
method: GET
path: "/v1/form-instance/signature/"
tags: ["Form Instances"]
---

# Search Form Instance Signatures

`GET /v1/form-instance/signature/`

Search for form signatures and associated records that match the provided search terms.

Keywords are searched for in the _form title_, _submitted form instance identifier_, _site identifier_, _site name_, _site address_, _company name_, _signed user first and last name_, _draft name_, _device name_, and _device type._

## Query parameters

- `form_id` integer, nullable
- `form_instance_id` integer, nullable
- `query` string, nullable
- `skip` integer, nullable
- `limit` integer, nullable
- `sort_direction` 'asc' | 'desc' — Direction to sort the `sort_column` - ascending or descending.
- `date_start` string, date-time, nullable
- `date_cut_off` string, date-time, nullable
- `sort_column` 'updated_at' | 'created_at' | 'id' — Which column to sort on

## Response `200`

Successful Response

- ApiGenericListResponseFormInstanceUserSearchModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` FormInstanceUserSearchModel[], nullable — The response data for any given request.
    - `id` integer, nullable
    - `userId` integer, nullable
    - `formSubmitId` integer, nullable
    - `isReviewer` boolean, nullable
    - `type` string, nullable
    - `url` string, nullable
    - `comments` string, nullable
    - `dateSigned` string, date-time, nullable
    - `longitude` number, nullable
    - `latitude` number, nullable
    - `submittedByUser` string, nullable
    - `companyName` string, nullable
    - `siteName` string, nullable
    - `formTitle` string, nullable
    - `formId` integer, nullable
    - `updatedAt` string, date-time, nullable
    - `createdAt` string, date-time, nullable

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `404` — Records Not Found
- `409` — Integrity Error or Data Conflict
- `422` — Validation Error

---

[API](https://skmtc.dev/salussafety/apis/salus-developer-api.md) · [All operations](https://skmtc.dev/salussafety/apis/salus-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salussafety/salus-developer-api/revisions/ef065f44da25/schema)
