GET api/EncounterType?type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Module| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Status | string |
None. |
|
| ParentId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 1",
"Status": "sample string 2",
"ParentId": 1
},
{
"Id": 1,
"Name": "sample string 1",
"Status": "sample string 2",
"ParentId": 1
}
]