Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/Chalkia/notifications/?format=api
{
"count": 19,
"next": null,
"previous": null,
"results": [
{
"notification": "LastAuthorCommentNotificaton",
"id": 89,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 90,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 91,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 92,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 93,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 94,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 95,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 96,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 401,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "RepositoryNotification",
"id": 402,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "LockNotification",
"id": 403,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "LicenseNotification",
"id": 404,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 405,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "NewContributorNotificaton",
"id": 406,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "NewSuggestionNotificaton",
"id": 407,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 408,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 409,
"scope": 10,
"frequency": 4,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 410,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 411,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
}
]
}