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": "f9c111e9-383d-46a0-9eff-4d3781530f55",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "f9d2c21f-09b1-4f7d-bfbb-9b79478d7d13"
},
{
"Id": "f9c111e9-383d-46a0-9eff-4d3781530f55",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "f9d2c21f-09b1-4f7d-bfbb-9b79478d7d13"
}
]