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": "2c69feed-ca0f-4821-9153-add286514d6a",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "277d584b-6acb-46cd-990a-e1811ff3ec81"
},
{
"Id": "2c69feed-ca0f-4821-9153-add286514d6a",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "277d584b-6acb-46cd-990a-e1811ff3ec81"
}
]