Skip to main content
Skip table of contents

Recording's Notes Retrieval

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:

    CODE
    { "notes": [ { "noteId": "uuid", "authorUserId": "uuid", "noteText": "text", "createdAt": "date-time", "lastModified": "date-time" } ] }
  • 401, 403, 404, 500: Error responses.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.