GitHub · Example Payload

Github Repo Projects Api Project Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Repo Projects Api 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/api-playground/projects-test",
  "url": "https://api.github.com/projects/1002604",
  "html_url": "https://github.com/api-playground/projects-test/projects/12",
  "columns_url": "https://api.github.com/projects/1002604/columns",
  "id": 1002604,
  "node_id": "MDc6UHJvamVjdDEwMDI2MDQ=",
  "name": "Week One Sprint",
  "body": "This project represents the sprint of the first week in January",
  "number": 1,
  "state": "open"
}