GET Session Notes
During a session, retrieve notes belonging to the API-Key by referencing the session_key.
https://openapi.paveapi.com/v1/sessions/:session_key/notesSample Response (200:Ok)
[
{
"user": "guest",
"title": "Here come the first note",
"description": "Learn how to use session notes.",
"type": "session",
"privacy": "private",
"timestamp": "2021-05-27T07:36:16+00:00",
}
]Last updated
