GET api/THEncounterType?AccountId={AccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of THEncounterTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| AccountId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "8b0b2285-080b-4753-bf2a-086342e91386",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "0ee32a0f-1952-40a7-8ae5-a4a3a0f7cc67"
},
{
"Id": "8b0b2285-080b-4753-bf2a-086342e91386",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "0ee32a0f-1952-40a7-8ae5-a4a3a0f7cc67"
}
]