box-open-sdk 0.1.1

Generated Box API SDK for Rust (community, unofficial).
Documentation
<!-- Generated by box-gantry. DO NOT EDIT. -->
# WorkflowsManager

Reach these methods through the `workflows` field on `client::Client`.

## list

`GET /workflows`

| Parameter | In | Type | Required |
|---|---|---|---|
| `folder_id` | query | `String` | yes |
| `trigger_type` | query | `String` | no |
| `limit` | query | `i64` | no |
| `marker` | query | `String` | no |

**Returns:** `Workflows`

Paginated — `list(...)` returns a paginator you drive with `.next().await`, threading the cursor for you. See the [pagination guide](../pagination.md).

## start

`POST /workflows/{workflow_id}/start`

| Parameter | In | Type | Required |
|---|---|---|---|
| `workflow_id` | path | `String` | yes |

**Request body** (`application/json`): `WorkflowStartRequest`

**Returns:** no content