GitHub · Example Payload

Github Projects Team Project Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Projects Team Project 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

owner_urlurlhtml_urlcolumns_urlidnode_idnamebodynumberstate

Example Payload

Raw ↑
{
  "owner_url": "https://api.github.com/repos/octocat/Hello-World",
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "html_url": "https://api.github.com/repos/octocat/Hello-World",
  "columns_url": "https://api.github.com/repos/octocat/Hello-World",
  "id": 42,
  "node_id": "12345678",
  "name": "octocat",
  "body": "Example body text",
  "number": 42,
  "state": "open"
}