Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/@Md7/notifications/?format=api
{
"count": 9,
"next": null,
"previous": null,
"results": [
{
"notification": "LastAuthorCommentNotificaton",
"id": 1172,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 1173,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 1174,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 1175,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 1176,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 1177,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 1178,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 1179,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 1180,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
}
]
}