notification
List users's notification threads on a specific repo
get/repos/{owner}/{repo}/notifications
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
Query parameters
allboolean
If true, show notifications marked as read. Default value is false
status-typesstring[]
Show notifications with the provided status types. Options are: unread, read and/or pinned. Defaults to unread & pinned
subject-typestring[]
filter notifications by subject type
sincestring date-time
Only show notifications updated after the given time. This is a timestamp in RFC 3339 format
beforestring date-time
Only show notifications updated before the given time. This is a timestamp in RFC 3339 format
pageinteger
page number of results to return (1-based)
limitinteger
page size of results
Response
NotificationThreadList