Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/moon/notifications/?format=api
{
"count": 17,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 191,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 192,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 193,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 194,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 195,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 196,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 197,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 198,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 199,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewSuggestionNotificaton",
"id": 210,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 211,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "TranslatedStringNotificaton",
"id": 212,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ApprovedStringNotificaton",
"id": 213,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ChangedStringNotificaton",
"id": 214,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "PendingSuggestionsNotification",
"id": 215,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 1000,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 1001,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
}
]
}