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": "d2550371-3cd3-4711-a6dc-dce86e1953b0",
"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": "ac64f538-c7f5-4b52-b58b-ba3793546b38"
},
{
"Id": "d2550371-3cd3-4711-a6dc-dce86e1953b0",
"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": "ac64f538-c7f5-4b52-b58b-ba3793546b38"
}
]