Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/i7even7/notifications/?format=api
{
"count": 12,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 260,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 261,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 262,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 263,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 264,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 265,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 266,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 267,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 268,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 547,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 548,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 573,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
}
]
}