# Action Definition

Manages the action definitions that can be used in workflow steps.

 - [POST /workflowActionDefinitions/query](https://docs.ruckus.cloud/api/workflow-api-0.0.4_1/action-definition/queryforactiondefinitions.md): Returns the list of action definitions using the specified query.
 - [GET /workflowActionDefinitions](https://docs.ruckus.cloud/api/workflow-api-0.0.4_1/action-definition/getallactions.md): Retrieves the complete list of action definitions with paging.
 - [GET /workflowActionDefinitions/{definitionId}](https://docs.ruckus.cloud/api/workflow-api-0.0.4_1/action-definition/getbydefinitionid.md): Retrieves the requested action definition by id.
 - [GET /workflowActionDefinitions/{definitionId}/requiredPriorDefinitions](https://docs.ruckus.cloud/api/workflow-api-0.0.4_1/action-definition/getrequiredpriordefinitions.md): Retrieves the list of required prior actions for this action.
