# Workflow Step API

Manages workflow enrollment step.

## Gets the Workflow Step

 - [GET /deviceEnrollments/workflows/{workflowId}/steps/{stepId}](https://docs.ruckus.cloud/api/device-enrollment-api-0.0.1/workflow-step-api/getstepfornav.md): Allows the user to fetch workflow step for the enrollment.

## Updates a Workflow Step

 - [PUT /deviceEnrollments/workflows/{workflowId}/steps/{stepId}](https://docs.ruckus.cloud/api/device-enrollment-api-0.0.1/workflow-step-api/updatestep.md): Allows the user to update a workflow step for the enrollment.

## Gets the Current Workflow Step

 - [GET /deviceEnrollments/workflows/{workflowId}/steps/currentSteps](https://docs.ruckus.cloud/api/device-enrollment-api-0.0.1/workflow-step-api/getcurrentstep.md): Allows the user to fetch the current step for the enrollment.

