GitHub · Example Payload

Github Pull Request Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Pull Request Example is an example object payload from GitHub, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnode_idurlhtml_urldiff_urlpatch_urlnumberstatelockedtitle

Example Payload

Raw ↑
{
  "id": 42,
  "node_id": "12345678",
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "html_url": "https://api.github.com/repos/octocat/Hello-World",
  "diff_url": "https://api.github.com/repos/octocat/Hello-World",
  "patch_url": "https://api.github.com/repos/octocat/Hello-World",
  "number": 42,
  "state": "open",
  "locked": true,
  "title": "Example Issue"
}