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": "3da1dac7-420c-4006-885f-626d23087772",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "e007b8fb-12a3-4566-9e0e-249bbc81b9d3"
},
{
"Id": "3da1dac7-420c-4006-885f-626d23087772",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "e007b8fb-12a3-4566-9e0e-249bbc81b9d3"
}
]