Stormboard integration (Productivity). Imported from open-connector.
https://api.stormboard.com/users/profile
/storms/list
| Param | Type | Required | Description |
|---|---|---|---|
| team | integer | optional | Filter Storm results by a team ID. |
| folder | integer | optional | Filter Storm results by a dashboard folder ID. |
| needle | string | optional | Filter Storm results based on Storm title. |
| status | string | optional | Filter Storms by status. |
| start | integer | optional | Start the Storm list at this index. |
| order | string | optional | Order Storm results by this value. |
| results | integer | optional | The number of Storm results to return. Stormboard allows up to 100. |
/storms/{stormId}
| Param | Type | Required | Description |
|---|---|---|---|
| stormId | integer | required | The Stormboard Storm ID. |
/storms/{stormId}/access
| Param | Type | Required | Description |
|---|---|---|---|
| stormId | integer | required | The Stormboard Storm ID. |
/storms/{stormId}/ideas
| Param | Type | Required | Description |
|---|---|---|---|
| stormId | integer | required | The Stormboard Storm ID. |
| lastModifiedMin | string | optional | Only return ideas modified since this ISO 8601 timestamp. |
/storms/{stormId}/users
| Param | Type | Required | Description |
|---|---|---|---|
| stormId | integer | required | The Stormboard Storm ID. |
/storms/{stormId}/connectors
| Param | Type | Required | Description |
|---|---|---|---|
| stormId | integer | required | The Stormboard Storm ID. |
/storms/{stormId}/tags
| Param | Type | Required | Description |
|---|---|---|---|
| stormId | integer | required | The Stormboard Storm ID. |
/templates/categories
/templates
| Param | Type | Required | Description |
|---|---|---|---|
| category | string | optional | The Stormboard template category ID. |