Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/ItsLucifer/notifications/?format=api
{
"count": 10,
"next": null,
"previous": null,
"results": [
{
"notification": "LastAuthorCommentNotificaton",
"id": 4546,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 4547,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 4548,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 4549,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 4550,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 4551,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 4552,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 4553,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 4554,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 4555,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
}
]
}