Workflow Action Webhook Argument

GET {{base_url}}/Workflow/dlgWorkflowActionWebhookArgs/:ActionID

Use this endpoint to retrieve a single web service argument of a workflow action by specifying the action ID.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"ActionID":"e5912345103b945c2a832625426e4b12","ArgName":"Test Arg","SQLExpression":"'[:CA.CreateDate.Old][:CA.Detail]'\u003c\u003e'[:CA.CreateUser]'AND/OR'[:CA.CreateDate]'","SQLIfExpression":"'[:CA.CreateUser]''[:CA.CashBasisAccount][:CA.Detail]'","SQLElseExpression":"'[:CA.Detail][:CA.Detail]'","ArgOrder":1}]