GitHub · Example Payload

Github Notifications Thread Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Top-level fields

idrepositorysubjectreasonunreadupdated_atlast_read_aturlsubscription_url

Example Payload

Raw ↑
{
  "id": "12345678",
  "repository": "example_value",
  "subject": {
    "title": "Example Issue",
    "url": "https://api.github.com/repos/octocat/Hello-World",
    "latest_comment_url": "https://api.github.com/repos/octocat/Hello-World",
    "type": "example_value"
  },
  "reason": "example_value",
  "unread": true,
  "updated_at": "2026-04-17T12:00:00Z",
  "last_read_at": "2026-04-17T12:00:00Z",
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "subscription_url": "https://api.github.com/notifications/threads/2/subscription"
}