GET /v1/recordings/{recordingId}/notes
Summary:
Retrieves all notes associated with a recording.
Security:
-
Bearer Authentication required.
Path Parameter:
-
recordingId: The recording’s unique identifier.
Response:
-
200 OK:
Returns:{ "notes": [ { "noteId": "uuid", "authorUserId": "uuid", "noteText": "text", "createdAt": "date-time", "lastModified": "date-time" } ] } -
401, 403, 404, 500: Error responses.