Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request GET '/api/timeclock/shift-notes'
{
"shiftId": "string",
"notes": [
{
"id": "string",
"shiftId": "string",
"content": "string",
"creatorId": "string",
"createdAt": "string",
"updatedAt": "string",
"type": "MANAGER_ONLY"
}
]
}