GET api/v1/{practiceId}/infrastructure/communicationtemplates
Get template list available for specific doctor
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| practiceId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Array of templates
Collection of Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.CommunicationTemplateVo| Name | Description | Type | Additional information |
|---|---|---|---|
| PracticeId | globally unique identifier |
None. |
|
| TemplateId | globally unique identifier |
None. |
|
| TemplateName | string |
None. |
|
| TemplateType | string |
None. |
|
| TemplateMediaType | string |
None. |
|
| TemplateIdentifier | string |
None. |
|
| TemplateBody | string |
None. |
|
| Locale | string |
None. |
|
| LastUpdated | date |
None. |
|
| LastUpdatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PracticeId": "c7c7598c-8c83-4924-bba5-f71324702198",
"TemplateId": "f525c2af-ec11-47ba-a747-b0c61b0ceddb",
"TemplateName": "sample string 3",
"TemplateType": "sample string 4",
"TemplateMediaType": "sample string 5",
"TemplateIdentifier": "sample string 6",
"TemplateBody": "sample string 7",
"Locale": "sample string 8",
"LastUpdated": "2025-11-22T18:39:51Z",
"LastUpdatedBy": "sample string 10"
},
{
"PracticeId": "c7c7598c-8c83-4924-bba5-f71324702198",
"TemplateId": "f525c2af-ec11-47ba-a747-b0c61b0ceddb",
"TemplateName": "sample string 3",
"TemplateType": "sample string 4",
"TemplateMediaType": "sample string 5",
"TemplateIdentifier": "sample string 6",
"TemplateBody": "sample string 7",
"Locale": "sample string 8",
"LastUpdated": "2025-11-22T18:39:51Z",
"LastUpdatedBy": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfCommunicationTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://mpsapi.healthbridge.com/platform/commondomain/v1/communicationtemplate/">
<CommunicationTemplate>
<LastUpdated>2025-11-22T18:39:51.1523047+02:00</LastUpdated>
<LastUpdatedBy>sample string 10</LastUpdatedBy>
<Locale>sample string 8</Locale>
<PracticeId>c7c7598c-8c83-4924-bba5-f71324702198</PracticeId>
<TemplateBody>sample string 7</TemplateBody>
<TemplateId>f525c2af-ec11-47ba-a747-b0c61b0ceddb</TemplateId>
<TemplateIdentifier>sample string 6</TemplateIdentifier>
<TemplateMediaType>sample string 5</TemplateMediaType>
<TemplateName>sample string 3</TemplateName>
<TemplateType>sample string 4</TemplateType>
</CommunicationTemplate>
<CommunicationTemplate>
<LastUpdated>2025-11-22T18:39:51.1523047+02:00</LastUpdated>
<LastUpdatedBy>sample string 10</LastUpdatedBy>
<Locale>sample string 8</Locale>
<PracticeId>c7c7598c-8c83-4924-bba5-f71324702198</PracticeId>
<TemplateBody>sample string 7</TemplateBody>
<TemplateId>f525c2af-ec11-47ba-a747-b0c61b0ceddb</TemplateId>
<TemplateIdentifier>sample string 6</TemplateIdentifier>
<TemplateMediaType>sample string 5</TemplateMediaType>
<TemplateName>sample string 3</TemplateName>
<TemplateType>sample string 4</TemplateType>
</CommunicationTemplate>
</ArrayOfCommunicationTemplate>