Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/Petro/notifications/?format=api
{
"count": 14,
"next": null,
"previous": null,
"results": [
{
"notification": "LastAuthorCommentNotificaton",
"id": 3971,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 3972,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 3973,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 3974,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 3975,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 3976,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 3977,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 3978,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 3979,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 4079,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewSuggestionNotificaton",
"id": 4080,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 4081,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ChangedStringNotificaton",
"id": 4082,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 4480,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
}
]
}