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": "327c5e59-0369-49d7-b3a3-ef2dbe6b6505", "Name": "sample string 1", "Description": "sample string 2", "AccountId": "eab8d056-7e1f-4651-a793-d8e69f90c94f" }, { "Id": "327c5e59-0369-49d7-b3a3-ef2dbe6b6505", "Name": "sample string 1", "Description": "sample string 2", "AccountId": "eab8d056-7e1f-4651-a793-d8e69f90c94f" } ]