GET api/VitalMaster/List?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 SiteSettingOption| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| DisplayCode | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| StatusId | integer |
None. |
|
| Level | integer |
None. |
|
| LowExpression | string |
None. |
|
| HighExpression | string |
None. |
|
| IsDefault | boolean |
None. |
|
| SiteSettingId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "82e9c3b8-138f-4d41-9be1-320168ef6b2e",
"Code": "sample string 1",
"DisplayCode": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"StatusId": 1,
"Level": 1,
"LowExpression": "sample string 5",
"HighExpression": "sample string 6",
"IsDefault": true,
"SiteSettingId": "81a67a06-1945-486c-aa9f-125f5ca6374f"
},
{
"Id": "82e9c3b8-138f-4d41-9be1-320168ef6b2e",
"Code": "sample string 1",
"DisplayCode": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"StatusId": 1,
"Level": 1,
"LowExpression": "sample string 5",
"HighExpression": "sample string 6",
"IsDefault": true,
"SiteSettingId": "81a67a06-1945-486c-aa9f-125f5ca6374f"
}
]