Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/Lalu/notifications/?format=api
{
"count": 10,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 3325,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 3326,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 3327,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 3328,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 3329,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 3330,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 3331,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 3332,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 3333,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewContributorNotificaton",
"id": 3334,
"scope": 10,
"frequency": 0,
"project": null,
"component": null
}
]
}