GitHub · Example Payload

Github Repo Invitations Api Repository Invitation Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Repo Invitations Api Repository Invitation 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

idrepositoryinviteeinviterpermissionscreated_atexpiredurlhtml_urlnode_id

Example Payload

Raw ↑
{
  "id": 42,
  "repository": "example_value",
  "invitee": "example_value",
  "inviter": "example_value",
  "permissions": "read",
  "created_at": "2016-06-13T14:52:50-05:00",
  "expired": true,
  "url": "https://api.github.com/user/repository-invitations/1",
  "html_url": "https://github.com/octocat/Hello-World/invitations",
  "node_id": "12345678"
}