Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/ghose/notifications/?format=api
{
"count": 14,
"next": null,
"previous": null,
"results": [
{
"notification": "LastAuthorCommentNotificaton",
"id": 1028,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 1029,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 1030,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 1031,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 1032,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 1033,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 1034,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 1035,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 2597,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewContributorNotificaton",
"id": 2598,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewSuggestionNotificaton",
"id": 2599,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 2600,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "ChangedStringNotificaton",
"id": 2601,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 2602,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
}
]
}