Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/Miel/notifications/?format=api
{
"count": 10,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 3872,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 3873,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 3874,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 3875,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 3876,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 3877,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 3878,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 3879,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 3880,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 3881,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
}
]
}