Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/Robin/notifications/?format=api
{
"count": 9,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 876,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 877,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 878,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 879,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 880,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 881,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 882,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 883,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 884,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
}
]
}