Workflow Action Webhooks
GET {{base_url}}/Workflow/dlgWorkflowActionWebhook
Use this endpoint to retrieve all web services of a workflow.
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
[{"ActionID":"123asd456fgh123hjk","WebhookURL":"Test","AuthUsername":"Ann","AuthPassword":"********************","ClientID":"1","ClientSecret":"********************","RetryCount":10,"Timeout":10,"RunAfterSave":"N"},{"ActionID":"70e437c180c54c1ebcf249a1292448eb","WebhookURL":"Test HELLO123","AuthUsername":"1","AuthPassword":"********************","ClientID":"1","ClientSecret":"********************","RetryCount":0,"Timeout":6,"RunAfterSave":"N"}]