Workflow Action Webhook

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

Use this endpoint to retrieve a single web service of a workflow by specifying an 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":"123asd456fgh123hjk","WebhookURL":"Test","AuthUsername":"Ann","AuthPassword":"********************","ClientID":"1","ClientSecret":"********************","RetryCount":10,"Timeout":10,"RunAfterSave":"N"}]