Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/hongducdev/notifications/?format=api
{
"count": 9,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 2454,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 2455,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 2456,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 2457,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 2458,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 2459,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 2460,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 2461,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 2462,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
}
]
}