DRAFT Get note templates available to the organization
DRAFT This endpoint retrieves a list of note templates that are available to the organization. Note templates can be used to generate notes for clients.
Responses
- 200
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
items object[]
List of note templates available to the organization.
Array [noteTemplateId string requiredUnique id of the note template.
noteTemplateName string requiredName of the note template.
description stringDescription of the note template.
ownership string requiredPossible values: [
ORGANIZATION,USER,GLOBAL]Ownership of the note template.
]
{
"items": [
{
"noteTemplateId": "2fb81b0a-611b-11ed-9b6a-0242ac120002",
"noteTemplateName": "Soap",
"description": "Soap note template for therapy sessions.",
"ownership": "ORGANIZATION"
}
]
}
Invalid request.
Unauthorized. Missing API Key.
Invalid API Key.
Loading...