notification
List users's notification threads
get/notifications
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
Example response
[
{
"repository": {
"repo_transfer": {
"teams": [
{
"units": [
"repo.code",
"repo.issues",
"repo.ext_issues",
"repo.wiki",
"repo.pulls",
"repo.releases",
"repo.projects",
"repo.ext_wiki"
],
"units_map": {
"repo.code": "read",
"repo.ext_issues": "none",
"repo.ext_wiki": "none",
"repo.issues": "write",
"repo.projects": "none",
"repo.pulls": "owner",
"repo.releases": "none",
"repo.wiki": "admin"
}
}
]
}
}
}
]