notifications
Get multiple notifications
get/notifications
Response
Expected response to a valid request
Example response
[
{
"id": "UUVVWWXX",
"user_id": "EEFFGGHH",
"type": "project_update",
"title": "**My Project** has been updated!",
"text": "The project, My Project, has released a new version: 1.0.0",
"link": "mod/AABBCCDD/version/IIJJKKLL",
"actions": [
{
"title": "Accept",
"action_route": [
"POST",
"team/{id}/join"
]
}
]
}
]