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 THEncounterTypeModelName | 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": "af5cf1d7-95cb-4a4f-bb20-03d1cd39c9e2", "Name": "sample string 1", "Description": "sample string 2", "AccountId": "5fa28500-192c-4d17-9335-a5a10d19b36d" }, { "Id": "af5cf1d7-95cb-4a4f-bb20-03d1cd39c9e2", "Name": "sample string 1", "Description": "sample string 2", "AccountId": "5fa28500-192c-4d17-9335-a5a10d19b36d" } ]