Github API - Test Config

GET /notifications/threads/{thread_id}/subscription
activity

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.
Get a thread subscription for the authenticated user

Arguments
key thread-id

thread-id [scalar]

The unique identifier of the notification thread. This corresponds to the value returned in the id field when you retrieve notifications (for example with the GET /notifications operation).

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json thread-subscription

thread-subscription [object]

Thread Subscription

Attributes
created_at string

ignored boolean

reason string

repository_url string

subscribed boolean

thread_url string

url string

API:
Github Open API
(version: 1.1.4)
304 not_modified

not_modified [scalar]

Not modified

API:
Github Open API
(version: 1.1.4)
401 requires_authentication

requires_authentication [scalar]

Requires authentication

API:
Github Open API
(version: 1.1.4)
403 forbidden

forbidden [scalar]

Forbidden

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)