Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/eunaumtenhoid/notifications/?format=api
{
"count": 15,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 718,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 719,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 720,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 721,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 722,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 723,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 724,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 725,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 726,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 727,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewContributorNotificaton",
"id": 728,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewSuggestionNotificaton",
"id": 729,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 730,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ChangedStringNotificaton",
"id": 731,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "TranslatedStringNotificaton",
"id": 732,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
}
]
}