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 SiteSettingOptionName | 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": "c62576b4-9b4f-4afc-b0d8-7a6f13c14970", "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": "fc5c7bda-6a42-4c7f-8c03-1ae32e1903e9" }, { "Id": "c62576b4-9b4f-4afc-b0d8-7a6f13c14970", "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": "fc5c7bda-6a42-4c7f-8c03-1ae32e1903e9" } ]