cURL
curl --request GET \ --url https://in.rough.app/api/v1/note
[ { "id": "<string>", "publicId": 123, "status": "DRAFT", "contentId": "<string>", "referenceId": "<string>", "personId": "<string>", "lastModifiedByUserId": "<string>", "lastModifiedAt": 123 } ]
Get a list of notes
DRAFT
ACTIVE
INITIAL
Was this page helpful?