# Functions

CreateCardNote creates a note of king CARD.
CreateFindingNote creates a note of kind FINDING.
CreateFindingOccurrence creates a new occurrence of type finding.
CreateKPINote creates a note of kind KPI.
CreateKPIOccurrence creates a new occurrence of type kpi.
CreateSectionNote creates a note of kind SECTION.
DeleteNote deletes a note.
DeleteOccurrence deletes a occurrence by id.
GetNote gets a note.
GetNoteOccurrences get all occurrences associated with a note.
GetOccurrence gets details of an occurrence by occurrence id.
GetOccurrenceNote gets details of the note associated with the specified occurrence.
GetProviderOccurrences gets all occurrences associated with a provider.
ListNotes Lists notes under a provider.
ListProviders Lists all providers under a account.
PostGraph posts a grapgql query.
UpdateNote Updates a note.
UpdateOccurrence Updates an existing occurrence.