POST api/webhooks/incoming/github

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WebhookResponse
NameDescriptionTypeAdditional information
result

string

None.

requestId

string

None.

dateTime

date

None.

Response Formats

application/json, text/json, text/html

Sample:
{"$id":"1","result":"sample string 1","requestId":"sample string 2","dateTime":"2024-03-29T09:10:03.9744852+03:00"}

application/xml, text/xml

Sample:
<WebhookResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="kw.com.ia.api.webhook">
  <dateTime>2024-03-29T09:10:03.9744852+03:00</dateTime>
  <requestId>sample string 2</requestId>
  <result>sample string 1</result>
</WebhookResponse>