{ "operationId": "listNotes", "method": "GET", "path": "/notes", "examples": { "response_200_Example_1": { "hasNextPage": false, "nextCursor": null, "total": 2, "notes": [ { "id": "noteId1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z", "lastEditedAt": "2024-01-02T00:00:00.000Z", "parentNoteId": "parentNoteId", "title": "First note", "url": "https://slite.slite.com/api/s/noteId1/First-note", "archivedAt": null }, { "id": "noteId2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-02T00:00:00.000Z", "lastEditedAt": "2024-01-02T00:00:00.000Z", "parentNoteId": "parentNoteId", "title": "Second note", "url": "https://slite.slite.com/api/s/noteId2/Second-note", "archivedAt": null } ] } } }