e33adbfca4e8
latestOpenAPI 3.0.02026-08-13154102760.0 KBNotifications
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",
"first_line": "1"
}
}