v1

latestOpenAPI 3.0.02026-08-06151101754.7 KB
My

Returns a specific planner notification

get/my/planner-notifications/{notificationId}

Path parameters

notificationIdinteger required

Notification id

Response

Planner notification

Example response

{
  "data": {
    "id": 1,
    "employee_id": 1,
    "causer_id": 1,
    "type": "App\\Notifications\\ToEmployee\\Assignment\\AssignedNotification",
    "first_line": "1"
  }
}