Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/rgbhat/notifications/?format=api
{
"count": 13,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 7195,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 7196,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 7197,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 7198,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 7199,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 7200,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 7201,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 7202,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 7203,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 7204,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "PendingSuggestionsNotification",
"id": 7205,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "LicenseNotification",
"id": 7215,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 7216,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
}
]
}