Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/neko0xff/notifications/?format=api
{
"count": 10,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 14507,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 14508,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 14509,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 14510,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 14511,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 14512,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 14513,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 14514,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 14515,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 14516,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
}
]
}