Dovetail integration (Productivity, Data). Imported from open-connector.
https://dovetail.com/api/v1/token/info
/v1/projects
| Param | Type | Required | Description |
|---|---|---|---|
| startCursor | string | optional | Cursor returned by the previous page. |
| limit | integer | optional | Maximum number of records to return, from 0 to 100. |
| sort | string | optional | Single Dovetail sort instruction. |
| titleContains | string | optional | Case-insensitive substring used to filter Dovetail titles. |
/v1/data
| Param | Type | Required | Description |
|---|---|---|---|
| startCursor | string | optional | Cursor returned by the previous page. |
| limit | integer | optional | Maximum number of records to return, from 0 to 100. |
| sort | string | optional | Single Dovetail sort instruction. |
| titleContains | string | optional | Case-insensitive substring used to filter Dovetail titles. |
| projectId | string | optional | Project identifier used to filter Dovetail data. |
| createdAtGte | string | optional | ISO 8601 timestamp used to filter Dovetail records. |
| createdAtLte | string | optional | ISO 8601 timestamp used to filter Dovetail records. |
/v1/data/{dataId}
| Param | Type | Required | Description |
|---|---|---|---|
| dataId | string | required | Unique identifier of the Dovetail data record. |
/v1/data/{dataId}
| Param | Type | Required | Description |
|---|---|---|---|
| dataId | string | required | Unique identifier of the Dovetail data record. |
| title | string | optional | Updated title for the Dovetail data record. |
| fields | array | optional | Replacement fields for the data record. |
/v1/data/{dataId}/export/{format}
| Param | Type | Required | Description |
|---|---|---|---|
| dataId | string | required | Unique identifier of the Dovetail data record. |
| format | string | required | Export format requested from Dovetail. |