Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/gs/notifications/?format=api
{
"count": 18,
"next": null,
"previous": null,
"results": [
{
"notification": "LastAuthorCommentNotificaton",
"id": 417,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 418,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 419,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 420,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 421,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 422,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 423,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 424,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 425,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 573,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewContributorNotificaton",
"id": 574,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewSuggestionNotificaton",
"id": 575,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 576,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "ChangedStringNotificaton",
"id": 577,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "TranslatedStringNotificaton",
"id": 578,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "ApprovedStringNotificaton",
"id": 579,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "PendingSuggestionsNotification",
"id": 580,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "ToDoStringsNotification",
"id": 581,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
}
]
}