Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/Gio/notifications/?format=api
{
"count": 6,
"next": null,
"previous": null,
"results": [
{
"notification": "MergeFailureNotification",
"id": 2899,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 2900,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 2901,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 2902,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 2903,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 2904,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
}
]
}