Atlassian · Example Payload

Atlassian Atlassiangetawebhookresource Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetawebhookresource Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianGetAWebhookResource",
  "method": "GET",
  "path": "/hook_events",
  "summary": "Atlassian Get A Webhook Resource",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "repository": {
          "links": {
            "events": {
              "href": "https://api.bitbucket.org/2.0/hook_events/repository"
            }
          }
        },
        "workspace": {
          "links": {
            "events": {
              "href": "https://api.bitbucket.org/2.0/hook_events/workspace"
            }
          }
        }
      }
    }
  ]
}