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": "ae300364-f034-49cf-b815-f3bc991c45b0",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "3d937a17-202d-482b-aaf0-d617062732aa"
},
{
"Id": "ae300364-f034-49cf-b815-f3bc991c45b0",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "3d937a17-202d-482b-aaf0-d617062732aa"
}
]