Shared note

The organization's collaborative note as last saved by the realtime room. It trails live editing by a few seconds, so `savedAt` says which version this is.

GET
/org/notes

The organization's collaborative note as last saved by the realtime room. It trails live editing by a few seconds, so savedAt says which version this is.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/org/notes"
{  "text": "string",  "words": -9007199254740991,  "savedAt": "2019-08-24T14:15:22Z"}