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": "e6bd4259-71b5-41b0-a098-e1e5196594c7",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "b465909d-3625-452c-8bc2-7e33f62f7115"
},
{
"Id": "e6bd4259-71b5-41b0-a098-e1e5196594c7",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "b465909d-3625-452c-8bc2-7e33f62f7115"
}
]