Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/marchewa/notifications/?format=api
{
"count": 10,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 12865,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 12866,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 12867,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 12868,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 12869,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 12870,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 12871,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 12872,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 12873,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 12874,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
}
]
}