Endpoint: GET /api/collections/notes/records
GET /api/collections/notes/records
{ "items": [ { "id": "note1", "content": "Remember to check the map" } ] }
Endpoint: GET /api/collections/notes/records/{noteId}
GET /api/collections/notes/records/{noteId}
{ "id": "note1", "content": "Remember to check the map" }