latestOpenAPI 3.0.02026-08-20154102761.8 KB
490934cc6f91
Notifications
Returns one of your notifications
get/notifications/{notification}
Path parameters
notificationinteger required
Notification id
Response
Notification
Example response
{
"data": {
"id": 1,
"employee_id": 1,
"causer_id": 1,
"type": "App\\Notifications\\ToEmployee\\Assignment\\AssignedNotification",
"read_on": "planner",
"first_line": "1"
}
}