API ReferencePre EncounterNotesV1
Get note
Gets a note by NoteId.
Authorization
BearerAuth AuthorizationBearer <token>
Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.
In: header
Path Parameters
id*pre-encounterNoteId
The unique identifier for a Note.
Response Body
application/json
curl -X GET "https://example.com/notes/v1/string"{ "id": "string", "created_at": "2019-08-24T14:15:22Z", "organization_id": "string", "deactivated": true, "version": 0, "updated_at": "2019-08-24T14:15:22Z", "updating_user_id": "string", "value": "string", "author_email": "string", "author_name": "string"}