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": "47f2a31f-0231-4bc1-a033-068d8d9047f5",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "a589b0ec-9929-4271-aa59-f98ccff91d03"
},
{
"Id": "47f2a31f-0231-4bc1-a033-068d8d9047f5",
"Name": "sample string 1",
"Description": "sample string 2",
"AccountId": "a589b0ec-9929-4271-aa59-f98ccff91d03"
}
]