Get workflow conditional step

GET {{url}}/workflows/:workflowId/conditions/:conditionId

Gets the workflow step details for the provided workflowId and workflowStepId.

RESPONSES

status: OK

{"id":"00000000-0000-0000-0000-000000000000","nextStepIdIfTrue":"00000000-0000-0000-0000-000000000000","nextStepIdIfFalse":"00000000-0000-0000-0000-000000000000","stepType":"Condition","name":"my conditional step","pathNameIfTrue":"true side","pathNameIfFalse":"false side","criteria":{"operator":"AND","conditions":[{"when":"{{GUID.fieldName}}","filter":"Contains","value":"any value"}]}}