Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/Ethereal_Cyferbyn/notifications/?format=api
{
"count": 15,
"next": null,
"previous": null,
"results": [
{
"notification": "LastAuthorCommentNotificaton",
"id": 6701,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 6702,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 6703,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 6704,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 6705,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 6706,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 6707,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 6708,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 6709,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "NewSuggestionNotificaton",
"id": 6710,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 6711,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "ChangedStringNotificaton",
"id": 6712,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "ApprovedStringNotificaton",
"id": 6713,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "PendingSuggestionsNotification",
"id": 6714,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "ToDoStringsNotification",
"id": 6715,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
}
]
}