thread_id parameter
Get a thread
Path Parameters
Response
application/json
Response
Response
Thread
Thread
Minimal Repository
Show Child Parameters
Show Child Parameters
Example:https://api.github.com/notifications/threads/2/subscription
Path Parameters
Mark a thread as read
Path Parameters
thread_id parameter
Response
Response
Reset Content
Path Parameters
Get a thread subscription for the authenticated user
This checks to see if the current user is subscribed to a thread. You can also get a repository subscription.
Note that subscriptions are only generated if a user is participating in a conversation–for example, they’ve replied to the thread, were @mentioned, or manually subscribe to a thread.
Path Parameters
thread_id parameter
Response
application/json
Response
Response
Thread Subscription
Thread Subscription
Example:true
Example:2012-10-06T21:34:12Z
Example:https://api.github.com/notifications/threads/1/subscription
Example:https://api.github.com/notifications/threads/1
Example:https://api.github.com/repos/1
Path Parameters
Set a thread subscription
If you are watching a repository, you receive notifications for all threads by default. Use this endpoint to ignore future notifications for threads until you comment on the thread or get an @mention.
You can also use this endpoint to subscribe to threads that you are currently not receiving notifications for or to subscribed to threads that you have previously ignored.
Unsubscribing from a conversation in a repository that you are not watching is functionally equivalent to the Delete a thread subscription endpoint.
Path Parameters
thread_id parameter
Body
application/json
Body
Whether to block all notifications from a thread.
Default:false
Response
application/json
Response
Response
Thread Subscription
Thread Subscription
Example:true
Example:2012-10-06T21:34:12Z
Example:https://api.github.com/notifications/threads/1/subscription
Example:https://api.github.com/notifications/threads/1
Example:https://api.github.com/repos/1
Path Parameters
Body
Delete a thread subscription
Mutes all future notifications for a conversation until you comment on the thread or get an @mention. If you are watching the repository of the thread, you will still receive notifications. To ignore future notifications for a repository you are watching, use the Set a thread subscription endpoint and set ignore
to true
.
Path Parameters
thread_id parameter
Response
Response
Response