Workiom integration (Productivity, Data). Imported from open-connector.
https://api.workiom.com/Apps/GetAll
/Lists/GetAll
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Workiom UUID value. |
/Lists/Get
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The Workiom UUID value. |
| expand | array | optional | The list metadata sections to expand. |
/Data/All
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The Workiom UUID value. |
| filters | array | optional | The filters to apply to the record query. |
| sorting | string | optional | The Workiom sorting expression such as '11284 ASC'. |
| skipCount | integer | optional | The number of records to skip for pagination. |
| maxResultCount | integer | optional | The maximum number of records to return. |
/Data/Create
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The Workiom UUID value. |
| record | object | required | The record field values keyed by Workiom field ID, using values that match each… |