BoloForms integration (Productivity). Imported from open-connector.
https://sapi.boloforms.com/signature/get-documents
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | optional | The workspace ID to query. When provided, it is sent through the workspaceid he… |
| query | string | optional | Filter the document list by document name or keywords. |
| documentId | string | optional | Filter results by a specific document ID. |
| filter | string | optional | A filter value supported by the official API. |
| sortBy | string | optional | The field used for sorting. |
| sortOrder | string | optional | The sort direction, such as asc or desc. |
| dateFrom | string | optional | The lower bound of the document start time filter. |
| dateTo | string | optional | The upper bound of the document end time filter. |
| page | integer | optional | The page number, starting from 1. |
| limit | integer | optional | The number of items to return per page. |
/signature/get-template-respondent
| Param | Type | Required | Description |
|---|---|---|---|
| templateId | string | required | The template ID. |
| page | integer | optional | The page number, starting from 1. |
| limit | integer | optional | The number of items to return per page. |
/signature/get-form-responses
| Param | Type | Required | Description |
|---|---|---|---|
| formId | string | required | The form ID. |
| page | integer | optional | The page number, starting from 1. |
| limit | integer | optional | The number of items to return per page. |