GitHub · Example Payload

Github Issue Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Issue 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_urlnumberstatestate_reasontitlebodyuser

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",
  "number": 42,
  "state": "open",
  "state_reason": "reopened",
  "title": "Example Issue",
  "body": "Example description.",
  "user": "example_value"
}