Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/huftis/notifications/?format=api
{
"count": 20,
"next": null,
"previous": null,
"results": [
{
"notification": "LastAuthorCommentNotificaton",
"id": 1558,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 1559,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 1560,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 1561,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 1562,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 1563,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 1564,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 1565,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 1566,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 1567,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewContributorNotificaton",
"id": 1568,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewSuggestionNotificaton",
"id": 1569,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 1570,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "ChangedStringNotificaton",
"id": 1571,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 1572,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "PendingSuggestionsNotification",
"id": 1573,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "ToDoStringsNotification",
"id": 1574,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "LicenseNotification",
"id": 4467,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 4468,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 4469,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
}
]
}