# Split Options

Manages the split options for split steps in a workflow.

 - [GET /workflows/{workflowId}/steps/{stepId}/splitOptions](https://docs.ruckus.cloud/api/workflow-api-0.0.4_1/split-options/getallsplitstepoptionsforstep.md): Retrieves all of the split options for the split step.
 - [POST /workflows/{workflowId}/steps/{stepId}/splitOptions](https://docs.ruckus.cloud/api/workflow-api-0.0.4_1/split-options/createoption.md): Creates a new split option for a split step, defining a branching path in the workflow. A split option represents a conditional branch that users can take based on the evaluation of an enrollment acti
 - [POST /workflows/{workflowId}/steps/{stepId}/splitOptions/{optionId}/nextSteps](https://docs.ruckus.cloud/api/workflow-api-0.0.4_1/split-options/createnextstepforoption.md): Creates a new step that will be executed when a specific split option is selected by the user. This operation allows you to define the workflow path that follows a particular split option. If no step
 - [GET /workflows/{workflowId}/steps/{stepId}/splitOptions/{optionId}](https://docs.ruckus.cloud/api/workflow-api-0.0.4_1/split-options/getsplitstepoptionbyid.md): Retrieves the split option by id.
 - [DELETE /workflows/{workflowId}/steps/{stepId}/splitOptions/{optionId}](https://docs.ruckus.cloud/api/workflow-api-0.0.4_1/split-options/deletesplitoption.md): Deletes the requested option and all of the steps under this option.
