Workflow Condition
GET {{base_url}}/Workflow/dlgWorkflowConditions/:ConditionID
Use this endpoint to retrieve a single workflow condition by specifying the condition ID.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"ConditionID":"000C21B2B579495CBBA40AF61A99CDE8","ID":"5698FE5416D34CE8AF6E8E37327975D9","ColumnName":"ApprovalItem.WorkflowStep","DataType":"int","Operator":"=","ExpectedValue":"1","ExpectedValueDescription":"1","ConditionOrder":3,"ConditionOperator":"","SQLExpression":""}]