Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/deleted-500/notifications/?format=api
{
"count": 10,
"next": null,
"previous": null,
"results": [
{
"notification": "LastAuthorCommentNotificaton",
"id": 4628,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 4629,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 4630,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 4631,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 4632,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 4633,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 4634,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 4635,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 4636,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewContributorNotificaton",
"id": 4754,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
}
]
}