Configure Test Event Webhook Loopback Response

Sets the minimum and maximum delay, HTTP status code, response body, and content type for the test event webhook loopback endpoint.

Path Params
string
required

The program code from the route parameter.

Body Params

The configuration request body containing delay and response settings.

int32

Gets or sets the minimum amount of time (in milliseconds) to delay the webhook response. A value of 0 means no delay will be applied.

int32

Gets or sets the maximum amount of time (in milliseconds) to delay the webhook response. A value of 0 means no delay will be applied.

string | null
enum

Gets or sets the HTTP status code to be returned in the simulated webhook response. If not provided, the default status code will be used.

string | null

Gets or sets the HTTP response body to be returned when Gd.Bos.DataTransfer.Request.TestEventWebHookSetConfigRequest.ResponseHttpStatusCode is provided. If null or empty, the response will not include a body.

string | null

Gets or sets the content type to return with the Gd.Bos.DataTransfer.Request.TestEventWebHookSetConfigRequest.ResponseHttpStatusCode. If null or empty, defaults to "application/json" or as determined by the server.

Headers
string
required

The unique request identifier from the X-GD-RequestId header.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json