GET WorkflowAction/AvailableAction?UserUuid={UserUuid}&WorkflowId={WorkflowId}&StudyUuid={StudyUuid}
Gets the Available Actions for the Workflow
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUuid | string |
Required |
|
| WorkflowId | integer |
Required |
|
| StudyUuid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IActionDataOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkflowId | integer |
None. |
|
| StudyEuid | string |
None. |
|
| ActionId | integer |
None. |
|
| IsSuccessful | boolean |
None. |
|
| IsTerminal | boolean |
None. |
|
| AvailableActions | Collection of IActionOfObject |
None. |
|
| WidgetData | Object |
None. |