Github API - Test Config

GET /notifications
activity

List all notifications for the current user, sorted by most recently updated.
List notifications for the authenticated user

Arguments
key all

all [scalar]

If true, show notifications marked as read.

API:
Github Open API
(version: 1.1.4)

key participating

participating [scalar]

If true, only shows notifications in which the user is directly participating or mentioned.

API:
Github Open API
(version: 1.1.4)

key since

since [scalar]

Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

API:
Github Open API
(version: 1.1.4)

key before

before [scalar]

Only show notifications updated before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

per_page integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json thread []

thread [object]

Thread

Attributes
id string

last_read_at string

reason string

repository minimal-repository

subject 2122

subscription_url string

unread boolean

updated_at 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)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

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