SpyREST

Supported by Mashape

Home » api.github.com Versions » v3 Resources » Notifications » GET /notifications

GET /notifications

Description

Query Parameters

Name Type Example Values Description
since String (Time ISO8601) 2014-01-01T00:00:00Z
participating Boolean true
all Boolean true

Response Fields

Name Type Description
Array
[].id String
[].unread Boolean
[].reason String
[].updated_at String (Time ISO8601)
[].last_read_at
[].subject.title String
[].subject.url String
[].subject.latest_comment_url String
[].subject.type String
[].repository.id Integer
[].repository.name String
[].repository.full_name String
[].repository.owner.login String
[].repository.owner.id Integer
[].repository.owner.avatar_url String
[].repository.owner.gravatar_id String
[].repository.owner.url String
[].repository.owner.html_url String
[].repository.owner.followers_url String
[].repository.owner.following_url String
[].repository.owner.gists_url String
[].repository.owner.starred_url String
[].repository.owner.subscriptions_url String
[].repository.owner.organizations_url String
[].repository.owner.repos_url String
[].repository.owner.events_url String
[].repository.owner.received_events_url String
[].repository.owner.type String
[].repository.owner.site_admin Boolean
[].repository.private Boolean
[].repository.html_url String
[].repository.description String
[].repository.fork Boolean
[].repository.url String
[].repository.forks_url String
[].repository.keys_url String
[].repository.collaborators_url String
[].repository.teams_url String
[].repository.hooks_url String
[].repository.issue_events_url String
[].repository.events_url String
[].repository.assignees_url String
[].repository.branches_url String
[].repository.tags_url String
[].repository.blobs_url String
[].repository.git_tags_url String
[].repository.git_refs_url String
[].repository.trees_url String
[].repository.statuses_url String
[].repository.languages_url String
[].repository.stargazers_url String
[].repository.contributors_url String
[].repository.subscribers_url String
[].repository.subscription_url String
[].repository.commits_url String
[].repository.git_commits_url String
[].repository.comments_url String
[].repository.issue_comment_url String
[].repository.contents_url String
[].repository.compare_url String
[].repository.merges_url String
[].repository.archive_url String
[].repository.downloads_url String
[].repository.issues_url String
[].repository.pulls_url String
[].repository.milestones_url String
[].repository.notifications_url String
[].repository.labels_url String
[].repository.releases_url String
[].url String
[].subscription_url String
Write
Preview

Examples

List notifications since a ...
List all unread notificatio...
List notifications only whe...
List all notifications incl...

List notifications since a time

Recorded at

2015-05-14 18:20:48 UTC

Try with cURL

Request URL

Requires Authorization
GET /notifications?since=2014-01-01T00:00:00Z      

Query Parameters

since: 2014-01-01T00:00:00Z
      

Request Headers

authorization: FILTERED
content-type: application/json
accept: application/vnd.github.v3+json
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
x-served-by: bd82876e9bf04990f289ba22f246ee9b
x-content-type-options: nosniff
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-github-request-id: 68EC8CA8:5DB5:4BA22D2:5554E781
access-control-allow-origin: *
access-control-expose-headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
access-control-allow-credentials: true
content-security-policy: default-src 'none'
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-media-type: github.v3; format=json
x-accepted-oauth-scopes: notifications, repo
x-oauth-scopes: admin:org, admin:public_key, delete_repo, gist, notifications, repo, user, write:repo_hook
vary: Accept, Authorization, Cookie, X-GitHub-OTP
x-poll-interval: 60
etag: nil
last-modified: Tue, 03 Mar 2015 21:09:55 GMT
cache-control: private, max-age=60, s-maxage=60
x-ratelimit-reset: 1431630723
x-ratelimit-remaining: 4964
x-ratelimit-limit: 5000
status: 200 OK
connection: close
content-length: 5221
content-type: application/json; charset=utf-8
date: Thu, 14 May 2015 18:20:49 GMT
server: GitHub.com
      

Response Body

Shortened for readability

[
  {
    "id": "60103911",
    "unread": true,
    "reason": "author",
    "updated_at": "2015-03-03T21:09:55Z",
    "last_read_at": null,
    "subject": {
      "title": "Redesign the API docs page to match Mashape's",
      "url": "https://api.github.com/repos/smsohan/api_through_ui/issues/21",
      "latest_comment_url": "https://api.github.com/repos/smsohan/api_through_ui/issues/comments/77035080",
      "type": "Issue"
    },
    "repository": {
      "id": 28425193,
      "name": "api_through_ui",
      "full_name": "smsohan/api_through_ui",
      "owner": {
        "login": "smsohan",
        "id": 121935,
        "avatar_url": "https://avatars.githubusercontent.com/u/121935?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/smsohan",
        "html_url": "https://github.com/smsohan",
        "followers_url": "https://api.github.com/users/smsohan/followers",
        "following_url": "https://api.github.com/users/smsohan/following{/other_user}",
        "gists_url": "https://api.github.com/users/smsohan/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/smsohan/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/smsohan/subscriptions",
        "organizations_url": "https://api.github.com/users/smsohan/orgs",
        "repos_url": "https://api.github.com/users/smsohan/repos",
        "events_url": "https://api.github.com/users/smsohan/events{/privacy}",
        "received_events_url": "https://api.github.com/users/smsohan/received_events",
        "type": "User",
        "site_admin": false
      },
      "private": false,
      "html_url": "https://github.com/smsohan/api_through_ui",
      "description": "",
      "fork": false,
      "url": "https://api.github.com/repos/smsohan/api_through_ui",
      "forks_url": "https://api.github.com/repos/smsohan/api_through_ui/forks",
      "keys_url": "https://api.github.com/repos/smsohan/api_through_ui/keys{/key_id}",
      "collaborators_url": "https://api.github.com/repos/smsohan/api_through_ui/collaborators{/collaborator}",
      "teams_url": "https://api.github.com/repos/smsohan/api_through_ui/teams",
      "hooks_url": "https://api.github.com/repos/smsohan/api_through_ui/hooks",
      "issue_events_url": "https://api.github.com/repos/smsohan/api_through_ui/issues/events{/number}",
      "events_url": "https://api.github.com/repos/smsohan/api_through_ui/events",
      "assignees_url": "https://api.github.com/repos/smsohan/api_through_ui/assignees{/user}",
      "branches_url": "https://api.github.com/repos/smsohan/api_through_ui/branches{/branch}",
      "tags_url": "https://api.github.com/repos/smsohan/api_through_ui/tags",
      "blobs_url": "https://api.github.com/repos/smsohan/api_through_ui/git/blobs{/sha}",
      "git_tags_url": "https://api.github.com/repos/smsohan/api_through_ui/git/tags{/sha}",
      "git_refs_url": "https://api.github.com/repos/smsohan/api_through_ui/git/refs{/sha}",
      "trees_url": "https://api.github.com/repos/smsohan/api_through_ui/git/trees{/sha}",
      "statuses_url": "https://api.github.com/repos/smsohan/api_through_ui/statuses/{sha}",
      "languages_url": "https://api.github.com/repos/smsohan/api_through_ui/languages",
      "stargazers_url": "https://api.github.com/repos/smsohan/api_through_ui/stargazers",
      "contributors_url": "https://api.github.com/repos/smsohan/api_through_ui/contributors",
      "subscribers_url": "https://api.github.com/repos/smsohan/api_through_ui/subscribers",
      "subscription_url": "https://api.github.com/repos/smsohan/api_through_ui/subscription",
      "commits_url": "https://api.github.com/repos/smsohan/api_through_ui/commits{/sha}",
      "git_commits_url": "https://api.github.com/repos/smsohan/api_through_ui/git/commits{/sha}",
      "comments_url": "https://api.github.com/repos/smsohan/api_through_ui/comments{/number}",
      "issue_comment_url": "https://api.github.com/repos/smsohan/api_through_ui/issues/comments{/number}",
      "contents_url": "https://api.github.com/repos/smsohan/api_through_ui/contents/{+path}",
      "compare_url": "https://api.github.com/repos/smsohan/api_through_ui/compare/{base}...{head}",
      "merges_url": "https://api.github.com/repos/smsohan/api_through_ui/merges",
      "archive_url": "https://api.github.com/repos/smsohan/api_through_ui/{archive_format}{/ref}",
      "downloads_url": "https://api.github.com/repos/smsohan/api_through_ui/downloads",
      "issues_url": "https://api.github.com/repos/smsohan/api_through_ui/issues{/number}",
      "pulls_url": "https://api.github.com/repos/smsohan/api_through_ui/pulls{/number}",
      "milestones_url": "https://api.github.com/repos/smsohan/api_through_ui/milestones{/number}",
      "notifications_url": "https://api.github.com/repos/smsohan/api_through_ui/notifications{?since,all,participating}",
      "labels_url": "https://api.github.com/repos/smsohan/api_through_ui/labels{/name}",
      "releases_url": "https://api.github.com/repos/smsohan/api_through_ui/releases{/id}"
    },
    "url": "https://api.github.com/notifications/threads/60103911",
    "subscription_url": "https://api.github.com/notifications/threads/60103911/subscription"
  }
]
      

List all unread notifications for the current user, grouped by repository.

Recorded at

2015-05-14 18:20:49 UTC

Try with cURL

Request URL

Requires Authorization
GET /notifications      

Request Headers

authorization: FILTERED
content-type: application/json
accept: application/vnd.github.v3+json
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
x-served-by: a241e1a8264a6ace03db946c85b92db3
x-content-type-options: nosniff
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-github-request-id: 68EC8CA8:2CBE:3FAEB16:5554E782
access-control-allow-origin: *
access-control-expose-headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
access-control-allow-credentials: true
content-security-policy: default-src 'none'
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-media-type: github.v3; format=json
x-accepted-oauth-scopes: notifications, repo
x-oauth-scopes: admin:org, admin:public_key, delete_repo, gist, notifications, repo, user, write:repo_hook
vary: Accept, Authorization, Cookie, X-GitHub-OTP
x-poll-interval: 60
etag: nil
last-modified: Tue, 03 Mar 2015 21:09:55 GMT
cache-control: private, max-age=60, s-maxage=60
x-ratelimit-reset: 1431630723
x-ratelimit-remaining: 4963
x-ratelimit-limit: 5000
status: 200 OK
connection: close
content-length: 5221
content-type: application/json; charset=utf-8
date: Thu, 14 May 2015 18:20:50 GMT
server: GitHub.com
      

Response Body

Shortened for readability

[
  {
    "id": "60103911",
    "unread": true,
    "reason": "author",
    "updated_at": "2015-03-03T21:09:55Z",
    "last_read_at": null,
    "subject": {
      "title": "Redesign the API docs page to match Mashape's",
      "url": "https://api.github.com/repos/smsohan/api_through_ui/issues/21",
      "latest_comment_url": "https://api.github.com/repos/smsohan/api_through_ui/issues/comments/77035080",
      "type": "Issue"
    },
    "repository": {
      "id": 28425193,
      "name": "api_through_ui",
      "full_name": "smsohan/api_through_ui",
      "owner": {
        "login": "smsohan",
        "id": 121935,
        "avatar_url": "https://avatars.githubusercontent.com/u/121935?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/smsohan",
        "html_url": "https://github.com/smsohan",
        "followers_url": "https://api.github.com/users/smsohan/followers",
        "following_url": "https://api.github.com/users/smsohan/following{/other_user}",
        "gists_url": "https://api.github.com/users/smsohan/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/smsohan/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/smsohan/subscriptions",
        "organizations_url": "https://api.github.com/users/smsohan/orgs",
        "repos_url": "https://api.github.com/users/smsohan/repos",
        "events_url": "https://api.github.com/users/smsohan/events{/privacy}",
        "received_events_url": "https://api.github.com/users/smsohan/received_events",
        "type": "User",
        "site_admin": false
      },
      "private": false,
      "html_url": "https://github.com/smsohan/api_through_ui",
      "description": "",
      "fork": false,
      "url": "https://api.github.com/repos/smsohan/api_through_ui",
      "forks_url": "https://api.github.com/repos/smsohan/api_through_ui/forks",
      "keys_url": "https://api.github.com/repos/smsohan/api_through_ui/keys{/key_id}",
      "collaborators_url": "https://api.github.com/repos/smsohan/api_through_ui/collaborators{/collaborator}",
      "teams_url": "https://api.github.com/repos/smsohan/api_through_ui/teams",
      "hooks_url": "https://api.github.com/repos/smsohan/api_through_ui/hooks",
      "issue_events_url": "https://api.github.com/repos/smsohan/api_through_ui/issues/events{/number}",
      "events_url": "https://api.github.com/repos/smsohan/api_through_ui/events",
      "assignees_url": "https://api.github.com/repos/smsohan/api_through_ui/assignees{/user}",
      "branches_url": "https://api.github.com/repos/smsohan/api_through_ui/branches{/branch}",
      "tags_url": "https://api.github.com/repos/smsohan/api_through_ui/tags",
      "blobs_url": "https://api.github.com/repos/smsohan/api_through_ui/git/blobs{/sha}",
      "git_tags_url": "https://api.github.com/repos/smsohan/api_through_ui/git/tags{/sha}",
      "git_refs_url": "https://api.github.com/repos/smsohan/api_through_ui/git/refs{/sha}",
      "trees_url": "https://api.github.com/repos/smsohan/api_through_ui/git/trees{/sha}",
      "statuses_url": "https://api.github.com/repos/smsohan/api_through_ui/statuses/{sha}",
      "languages_url": "https://api.github.com/repos/smsohan/api_through_ui/languages",
      "stargazers_url": "https://api.github.com/repos/smsohan/api_through_ui/stargazers",
      "contributors_url": "https://api.github.com/repos/smsohan/api_through_ui/contributors",
      "subscribers_url": "https://api.github.com/repos/smsohan/api_through_ui/subscribers",
      "subscription_url": "https://api.github.com/repos/smsohan/api_through_ui/subscription",
      "commits_url": "https://api.github.com/repos/smsohan/api_through_ui/commits{/sha}",
      "git_commits_url": "https://api.github.com/repos/smsohan/api_through_ui/git/commits{/sha}",
      "comments_url": "https://api.github.com/repos/smsohan/api_through_ui/comments{/number}",
      "issue_comment_url": "https://api.github.com/repos/smsohan/api_through_ui/issues/comments{/number}",
      "contents_url": "https://api.github.com/repos/smsohan/api_through_ui/contents/{+path}",
      "compare_url": "https://api.github.com/repos/smsohan/api_through_ui/compare/{base}...{head}",
      "merges_url": "https://api.github.com/repos/smsohan/api_through_ui/merges",
      "archive_url": "https://api.github.com/repos/smsohan/api_through_ui/{archive_format}{/ref}",
      "downloads_url": "https://api.github.com/repos/smsohan/api_through_ui/downloads",
      "issues_url": "https://api.github.com/repos/smsohan/api_through_ui/issues{/number}",
      "pulls_url": "https://api.github.com/repos/smsohan/api_through_ui/pulls{/number}",
      "milestones_url": "https://api.github.com/repos/smsohan/api_through_ui/milestones{/number}",
      "notifications_url": "https://api.github.com/repos/smsohan/api_through_ui/notifications{?since,all,participating}",
      "labels_url": "https://api.github.com/repos/smsohan/api_through_ui/labels{/name}",
      "releases_url": "https://api.github.com/repos/smsohan/api_through_ui/releases{/id}"
    },
    "url": "https://api.github.com/notifications/threads/60103911",
    "subscription_url": "https://api.github.com/notifications/threads/60103911/subscription"
  }
]
      

List notifications only where the current user is directly participating or mentioned

Recorded at

2015-05-14 18:20:41 UTC

Try with cURL

Request URL

Requires Authorization
GET /notifications?participating=true      

Query Parameters

participating: true
      

Request Headers

authorization: FILTERED
content-type: application/json
accept: application/vnd.github.v3+json
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
x-served-by: 139317cebd6caf9cd03889139437f00b
x-content-type-options: nosniff
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-github-request-id: 68EC8CA8:2CC2:3AAE413:5554E779
access-control-allow-origin: *
access-control-expose-headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
access-control-allow-credentials: true
content-security-policy: default-src 'none'
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-media-type: github.v3; format=json
x-accepted-oauth-scopes: notifications, repo
x-oauth-scopes: admin:org, admin:public_key, delete_repo, gist, notifications, repo, user, write:repo_hook
vary: Accept, Authorization, Cookie, X-GitHub-OTP
x-poll-interval: 60
etag: nil
last-modified: Tue, 03 Mar 2015 21:09:55 GMT
cache-control: private, max-age=60, s-maxage=60
x-ratelimit-reset: 1431630723
x-ratelimit-remaining: 4970
x-ratelimit-limit: 5000
status: 200 OK
connection: close
content-length: 5221
content-type: application/json; charset=utf-8
date: Thu, 14 May 2015 18:20:41 GMT
server: GitHub.com
      

Response Body

Shortened for readability

[
  {
    "id": "60103911",
    "unread": true,
    "reason": "author",
    "updated_at": "2015-03-03T21:09:55Z",
    "last_read_at": null,
    "subject": {
      "title": "Redesign the API docs page to match Mashape's",
      "url": "https://api.github.com/repos/smsohan/api_through_ui/issues/21",
      "latest_comment_url": "https://api.github.com/repos/smsohan/api_through_ui/issues/comments/77035080",
      "type": "Issue"
    },
    "repository": {
      "id": 28425193,
      "name": "api_through_ui",
      "full_name": "smsohan/api_through_ui",
      "owner": {
        "login": "smsohan",
        "id": 121935,
        "avatar_url": "https://avatars.githubusercontent.com/u/121935?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/smsohan",
        "html_url": "https://github.com/smsohan",
        "followers_url": "https://api.github.com/users/smsohan/followers",
        "following_url": "https://api.github.com/users/smsohan/following{/other_user}",
        "gists_url": "https://api.github.com/users/smsohan/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/smsohan/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/smsohan/subscriptions",
        "organizations_url": "https://api.github.com/users/smsohan/orgs",
        "repos_url": "https://api.github.com/users/smsohan/repos",
        "events_url": "https://api.github.com/users/smsohan/events{/privacy}",
        "received_events_url": "https://api.github.com/users/smsohan/received_events",
        "type": "User",
        "site_admin": false
      },
      "private": false,
      "html_url": "https://github.com/smsohan/api_through_ui",
      "description": "",
      "fork": false,
      "url": "https://api.github.com/repos/smsohan/api_through_ui",
      "forks_url": "https://api.github.com/repos/smsohan/api_through_ui/forks",
      "keys_url": "https://api.github.com/repos/smsohan/api_through_ui/keys{/key_id}",
      "collaborators_url": "https://api.github.com/repos/smsohan/api_through_ui/collaborators{/collaborator}",
      "teams_url": "https://api.github.com/repos/smsohan/api_through_ui/teams",
      "hooks_url": "https://api.github.com/repos/smsohan/api_through_ui/hooks",
      "issue_events_url": "https://api.github.com/repos/smsohan/api_through_ui/issues/events{/number}",
      "events_url": "https://api.github.com/repos/smsohan/api_through_ui/events",
      "assignees_url": "https://api.github.com/repos/smsohan/api_through_ui/assignees{/user}",
      "branches_url": "https://api.github.com/repos/smsohan/api_through_ui/branches{/branch}",
      "tags_url": "https://api.github.com/repos/smsohan/api_through_ui/tags",
      "blobs_url": "https://api.github.com/repos/smsohan/api_through_ui/git/blobs{/sha}",
      "git_tags_url": "https://api.github.com/repos/smsohan/api_through_ui/git/tags{/sha}",
      "git_refs_url": "https://api.github.com/repos/smsohan/api_through_ui/git/refs{/sha}",
      "trees_url": "https://api.github.com/repos/smsohan/api_through_ui/git/trees{/sha}",
      "statuses_url": "https://api.github.com/repos/smsohan/api_through_ui/statuses/{sha}",
      "languages_url": "https://api.github.com/repos/smsohan/api_through_ui/languages",
      "stargazers_url": "https://api.github.com/repos/smsohan/api_through_ui/stargazers",
      "contributors_url": "https://api.github.com/repos/smsohan/api_through_ui/contributors",
      "subscribers_url": "https://api.github.com/repos/smsohan/api_through_ui/subscribers",
      "subscription_url": "https://api.github.com/repos/smsohan/api_through_ui/subscription",
      "commits_url": "https://api.github.com/repos/smsohan/api_through_ui/commits{/sha}",
      "git_commits_url": "https://api.github.com/repos/smsohan/api_through_ui/git/commits{/sha}",
      "comments_url": "https://api.github.com/repos/smsohan/api_through_ui/comments{/number}",
      "issue_comment_url": "https://api.github.com/repos/smsohan/api_through_ui/issues/comments{/number}",
      "contents_url": "https://api.github.com/repos/smsohan/api_through_ui/contents/{+path}",
      "compare_url": "https://api.github.com/repos/smsohan/api_through_ui/compare/{base}...{head}",
      "merges_url": "https://api.github.com/repos/smsohan/api_through_ui/merges",
      "archive_url": "https://api.github.com/repos/smsohan/api_through_ui/{archive_format}{/ref}",
      "downloads_url": "https://api.github.com/repos/smsohan/api_through_ui/downloads",
      "issues_url": "https://api.github.com/repos/smsohan/api_through_ui/issues{/number}",
      "pulls_url": "https://api.github.com/repos/smsohan/api_through_ui/pulls{/number}",
      "milestones_url": "https://api.github.com/repos/smsohan/api_through_ui/milestones{/number}",
      "notifications_url": "https://api.github.com/repos/smsohan/api_through_ui/notifications{?since,all,participating}",
      "labels_url": "https://api.github.com/repos/smsohan/api_through_ui/labels{/name}",
      "releases_url": "https://api.github.com/repos/smsohan/api_through_ui/releases{/id}"
    },
    "url": "https://api.github.com/notifications/threads/60103911",
    "subscription_url": "https://api.github.com/notifications/threads/60103911/subscription"
  }
]
      

List all notifications including read ones for the current user, grouped by repository.

Recorded at

2015-05-14 18:20:45 UTC

Try with cURL

Request URL

Requires Authorization
GET /notifications?all=true      

Query Parameters

all: true
      

Request Headers

authorization: FILTERED
content-type: application/json
accept: application/vnd.github.v3+json
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
x-served-by: 173530fed4bbeb1e264b2ed22e8b5c20
x-content-type-options: nosniff
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-github-request-id: 68EC8CA8:2CC2:3AAE975:5554E77D
access-control-allow-origin: *
access-control-expose-headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
access-control-allow-credentials: true
content-security-policy: default-src 'none'
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-media-type: github.v3; format=json
x-accepted-oauth-scopes: notifications, repo
x-oauth-scopes: admin:org, admin:public_key, delete_repo, gist, notifications, repo, user, write:repo_hook
vary: Accept, Authorization, Cookie, X-GitHub-OTP
x-poll-interval: 60
etag: nil
last-modified: Mon, 11 May 2015 16:34:09 GMT
cache-control: private, max-age=60, s-maxage=60
x-ratelimit-reset: 1431630723
x-ratelimit-remaining: 4967
x-ratelimit-limit: 5000
status: 200 OK
connection: close
content-length: 25793
content-type: application/json; charset=utf-8
date: Thu, 14 May 2015 18:20:45 GMT
server: GitHub.com
      

Response Body

Shortened for readability

[
  {
    "id": "73086326",
    "unread": false,
    "reason": "subscribed",
    "updated_at": "2015-05-11T16:34:09Z",
    "last_read_at": null,
    "subject": {
      "title": "Mvc Mailer uses DispalyProvider setting in ViewStart.chtml",
      "url": "https://api.github.com/repos/smsohan/MvcMailer/issues/146",
      "latest_comment_url": "https://api.github.com/repos/smsohan/MvcMailer/issues/146",
      "type": "Issue"
    },
    "repository": {
      "id": 1242729,
      "name": "MvcMailer",
      "full_name": "smsohan/MvcMailer",
      "owner": {
        "login": "smsohan",
        "id": 121935,
        "avatar_url": "https://avatars.githubusercontent.com/u/121935?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/smsohan",
        "html_url": "https://github.com/smsohan",
        "followers_url": "https://api.github.com/users/smsohan/followers",
        "following_url": "https://api.github.com/users/smsohan/following{/other_user}",
        "gists_url": "https://api.github.com/users/smsohan/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/smsohan/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/smsohan/subscriptions",
        "organizations_url": "https://api.github.com/users/smsohan/orgs",
        "repos_url": "https://api.github.com/users/smsohan/repos",
        "events_url": "https://api.github.com/users/smsohan/events{/privacy}",
        "received_events_url": "https://api.github.com/users/smsohan/received_events",
        "type": "User",
        "site_admin": false
      },
      "private": false,
      "html_url": "https://github.com/smsohan/MvcMailer",
      "description": "A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style",
      "fork": false,
      "url": "https://api.github.com/repos/smsohan/MvcMailer",
      "forks_url": "https://api.github.com/repos/smsohan/MvcMailer/forks",
      "keys_url": "https://api.github.com/repos/smsohan/MvcMailer/keys{/key_id}",
      "collaborators_url": "https://api.github.com/repos/smsohan/MvcMailer/collaborators{/collaborator}",
      "teams_url": "https://api.github.com/repos/smsohan/MvcMailer/teams",
      "hooks_url": "https://api.github.com/repos/smsohan/MvcMailer/hooks",
      "issue_events_url": "https://api.github.com/repos/smsohan/MvcMailer/issues/events{/number}",
      "events_url": "https://api.github.com/repos/smsohan/MvcMailer/events",
      "assignees_url": "https://api.github.com/repos/smsohan/MvcMailer/assignees{/user}",
      "branches_url": "https://api.github.com/repos/smsohan/MvcMailer/branches{/branch}",
      "tags_url": "https://api.github.com/repos/smsohan/MvcMailer/tags",
      "blobs_url": "https://api.github.com/repos/smsohan/MvcMailer/git/blobs{/sha}",
      "git_tags_url": "https://api.github.com/repos/smsohan/MvcMailer/git/tags{/sha}",
      "git_refs_url": "https://api.github.com/repos/smsohan/MvcMailer/git/refs{/sha}",
      "trees_url": "https://api.github.com/repos/smsohan/MvcMailer/git/trees{/sha}",
      "statuses_url": "https://api.github.com/repos/smsohan/MvcMailer/statuses/{sha}",
      "languages_url": "https://api.github.com/repos/smsohan/MvcMailer/languages",
      "stargazers_url": "https://api.github.com/repos/smsohan/MvcMailer/stargazers",
      "contributors_url": "https://api.github.com/repos/smsohan/MvcMailer/contributors",
      "subscribers_url": "https://api.github.com/repos/smsohan/MvcMailer/subscribers",
      "subscription_url": "https://api.github.com/repos/smsohan/MvcMailer/subscription",
      "commits_url": "https://api.github.com/repos/smsohan/MvcMailer/commits{/sha}",
      "git_commits_url": "https://api.github.com/repos/smsohan/MvcMailer/git/commits{/sha}",
      "comments_url": "https://api.github.com/repos/smsohan/MvcMailer/comments{/number}",
      "issue_comment_url": "https://api.github.com/repos/smsohan/MvcMailer/issues/comments{/number}",
      "contents_url": "https://api.github.com/repos/smsohan/MvcMailer/contents/{+path}",
      "compare_url": "https://api.github.com/repos/smsohan/MvcMailer/compare/{base}...{head}",
      "merges_url": "https://api.github.com/repos/smsohan/MvcMailer/merges",
      "archive_url": "https://api.github.com/repos/smsohan/MvcMailer/{archive_format}{/ref}",
      "downloads_url": "https://api.github.com/repos/smsohan/MvcMailer/downloads",
      "issues_url": "https://api.github.com/repos/smsohan/MvcMailer/issues{/number}",
      "pulls_url": "https://api.github.com/repos/smsohan/MvcMailer/pulls{/number}",
      "milestones_url": "https://api.github.com/repos/smsohan/MvcMailer/milestones{/number}",
      "notifications_url": "https://api.github.com/repos/smsohan/MvcMailer/notifications{?since,all,participating}",
      "labels_url": "https://api.github.com/repos/smsohan/MvcMailer/labels{/name}",
      "releases_url": "https://api.github.com/repos/smsohan/MvcMailer/releases{/id}"
    },
    "url": "https://api.github.com/notifications/threads/73086326",
    "subscription_url": "https://api.github.com/notifications/threads/73086326/subscription"
  },
  {
    "id": "42758371",
    "unread": false,
    "reason": "subscribed",
    "updated_at": "2015-04-30T16:14:37Z",
    "last_read_at": "2015-04-30T18:37:19Z",
    "subject": {
      "title": "MvcMailer breaks controller creation VS2013 -pre",
      "url": "https://api.github.com/repos/smsohan/MvcMailer/issues/143",
      "latest_comment_url": "https://api.github.com/repos/smsohan/MvcMailer/issues/comments/97862409",
      "type": "Issue"
    },
    "repository": {
      "id": 1242729,
      "name": "MvcMailer",
      "full_name": "smsohan/MvcMailer",
      "owner": {
        "login": "smsohan",
        "id": 121935,
        "avatar_url": "https://avatars.githubusercontent.com/u/121935?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/smsohan",
        "html_url": "https://github.com/smsohan",
        "followers_url": "https://api.github.com/users/smsohan/followers",
        "following_url": "https://api.github.com/users/smsohan/following{/other_user}",
        "gists_url": "https://api.github.com/users/smsohan/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/smsohan/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/smsohan/subscriptions",
        "organizations_url": "https://api.github.com/users/smsohan/orgs",
        "repos_url": "https://api.github.com/users/smsohan/repos",
        "events_url": "https://api.github.com/users/smsohan/events{/privacy}",
        "received_events_url": "https://api.github.com/users/smsohan/received_events",
        "type": "User",
        "site_admin": false
      },
      "private": false,
      "html_url": "https://github.com/smsohan/MvcMailer",
      "description": "A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style",
      "fork": false,
      "url": "https://api.github.com/repos/smsohan/MvcMailer",
      "forks_url": "https://api.github.com/repos/smsohan/MvcMailer/forks",
      "keys_url": "https://api.github.com/repos/smsohan/MvcMailer/keys{/key_id}",
      "collaborators_url": "https://api.github.com/repos/smsohan/MvcMailer/collaborators{/collaborator}",
      "teams_url": "https://api.github.com/repos/smsohan/MvcMailer/teams",
      "hooks_url": "https://api.github.com/repos/smsohan/MvcMailer/hooks",
      "issue_events_url": "https://api.github.com/repos/smsohan/MvcMailer/issues/events{/number}",
      "events_url": "https://api.github.com/repos/smsohan/MvcMailer/events",
      "assignees_url": "https://api.github.com/repos/smsohan/MvcMailer/assignees{/user}",
      "branches_url": "https://api.github.com/repos/smsohan/MvcMailer/branches{/branch}",
      "tags_url": "https://api.github.com/repos/smsohan/MvcMailer/tags",
      "blobs_url": "https://api.github.com/repos/smsohan/MvcMailer/git/blobs{/sha}",
      "git_tags_url": "https://api.github.com/repos/smsohan/MvcMailer/git/tags{/sha}",
      "git_refs_url": "https://api.github.com/repos/smsohan/MvcMailer/git/refs{/sha}",
      "trees_url": "https://api.github.com/repos/smsohan/MvcMailer/git/trees{/sha}",
      "statuses_url": "https://api.github.com/repos/smsohan/MvcMailer/statuses/{sha}",
      "languages_url": "https://api.github.com/repos/smsohan/MvcMailer/languages",
      "stargazers_url": "https://api.github.com/repos/smsohan/MvcMailer/stargazers",
      "contributors_url": "https://api.github.com/repos/smsohan/MvcMailer/contributors",
      "subscribers_url": "https://api.github.com/repos/smsohan/MvcMailer/subscribers",
      "subscription_url": "https://api.github.com/repos/smsohan/MvcMailer/subscription",
      "commits_url": "https://api.github.com/repos/smsohan/MvcMailer/commits{/sha}",
      "git_commits_url": "https://api.github.com/repos/smsohan/MvcMailer/git/commits{/sha}",
      "comments_url": "https://api.github.com/repos/smsohan/MvcMailer/comments{/number}",
      "issue_comment_url": "https://api.github.com/repos/smsohan/MvcMailer/issues/comments{/number}",
      "contents_url": "https://api.github.com/repos/smsohan/MvcMailer/contents/{+path}",
      "compare_url": "https://api.github.com/repos/smsohan/MvcMailer/compare/{base}...{head}",
      "merges_url": "https://api.github.com/repos/smsohan/MvcMailer/merges",
      "archive_url": "https://api.github.com/repos/smsohan/MvcMailer/{archive_format}{/ref}",
      "downloads_url": "https://api.github.com/repos/smsohan/MvcMailer/downloads",
      "issues_url": "https://api.github.com/repos/smsohan/MvcMailer/issues{/number}",
      "pulls_url": "https://api.github.com/repos/smsohan/MvcMailer/pulls{/number}",
      "milestones_url": "https://api.github.com/repos/smsohan/MvcMailer/milestones{/number}",
      "notifications_url": "https://api.github.com/repos/smsohan/MvcMailer/notifications{?since,all,participating}",
      "labels_url": "https://api.github.com/repos/smsohan/MvcMailer/labels{/name}",
      "releases_url": "https://api.github.com/repos/smsohan/MvcMailer/releases{/id}"
    },
    "url": "https://api.github.com/notifications/threads/42758371",
    "subscription_url": "https://api.github.com/notifications/threads/42758371/subscription"
  }
]