Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
We delay the public events feed by five minutes, which means the most recent event returned by the public events API actually occurred at least five minutes ago.
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Response
Event
Actor
Actor
GitHub Enterprise Server provides several timeline resources in Atom format. The Feeds API lists all the feeds available to the authenticated user:
Note: Private feeds are only returned when authenticating via Basic Auth since current feed URIs use the older, non revocable auth tokens.
Response
Feed
Example:https://github.com/timeline
Example:https://github.com/{user}
Example:https://github.com/octocat
Example:https://github.com/octocat.private?token=abc123
Example:https://github.com/octocat.private.actor?token=abc123
Example:https://github.com/octocat-org
Example:["https://github.com/organizations/github/octocat.private.atom?token=abc123"]
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Response
Event
Actor
Actor
List all notifications for the current user, sorted by most recently updated.
If true
, show notifications marked as read.
Default:false
If true
, only shows notifications in which the user is directly participating or mentioned.
Default:false
Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Only show notifications updated before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Response
Thread
Minimal Repository
Example:https://api.github.com/notifications/threads/2/subscription
Marks all notifications as “read” removes it from the default view on GitHub Enterprise Server. If the number of notifications is too large to complete in one request, you will receive a 202 Accepted
status and GitHub Enterprise Server will run an asynchronous process to mark notifications as “read.” To check whether any “unread” notifications remain, you can use the List notifications for the authenticated user endpoint and pass the query parameter all=false
.
Describes the last point that notifications were checked.
Whether the notification has been read.
Response