Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/sienihemmo/notifications/?format=api
{
"count": 9,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 8629,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 8630,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 8631,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 8632,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 8633,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 8634,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 8635,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 8636,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 8637,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
}
]
}