Github API - Test Config

GET /repos/{owner}/{repo}/notifications
repos
activity

Lists all notifications for the current user in the specified repository.
List repository notifications for the authenticated user

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

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 per-page

per-page [scalar]

The number of results per page (max 100).

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)

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)
API:
Github Open API
(version: 1.1.4)