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