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": "cada16af-86c1-4630-9d2b-b11a2d837c1e", "Name": "sample string 1", "Description": "sample string 2", "AccountId": "87c04195-c27c-4b19-93de-ad7ccb617a0a" }, { "Id": "cada16af-86c1-4630-9d2b-b11a2d837c1e", "Name": "sample string 1", "Description": "sample string 2", "AccountId": "87c04195-c27c-4b19-93de-ad7ccb617a0a" } ]