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": "252ce907-50a0-41d4-a741-94bf293ec6cf",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "cd5ce842-7713-4b6a-bf07-45aca266508b"
},
{
"Id": "252ce907-50a0-41d4-a741-94bf293ec6cf",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "cd5ce842-7713-4b6a-bf07-45aca266508b"
}
]