GET api/QuestionTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of QuestionType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CODE | string |
None. |
|
| NAME | string |
None. |
|
| TEMPLATE | string |
None. |
|
| SEQ | integer |
None. |
|
| ACTIVE | boolean |
None. |
|
| OLD | integer |
None. |
|
| MEASURE_ID | integer |
None. |
|
| GROUP | string |
None. |
|
| DIV_ID | integer |
None. |
|
| MEASURE | Measure |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"CODE": "sample string 2",
"NAME": "sample string 3",
"TEMPLATE": "sample string 4",
"SEQ": 1,
"ACTIVE": true,
"OLD": 1,
"MEASURE_ID": 1,
"GROUP": "sample string 6",
"DIV_ID": 1,
"MEASURE": {
"ID": 1,
"SEQ": 2,
"DIV_ID": 3,
"TYPE_ID": 1,
"ACTIVE": true,
"FREQUENCY": 1,
"CHART_DEFAULT": true,
"BILLABLE": true,
"TYPE": {
"ID": 1,
"DEFAULT_NAME": "sample string 2",
"SYSTEM_CODES": "sample string 3",
"UNITS": "sample string 4",
"GROUP_NAME": "sample string 5",
"ORDER": 1,
"DECIMALS": 1
},
"AbnormalRanges": [
{
"ID": 1,
"MEASURE_ID": 2,
"MIN_VALUE": 3.0,
"MAX_VALUE": 4.0,
"BADGE_COLOR": "sample string 5",
"TYPE": "sample string 6",
"LABEL": "sample string 7",
"CALCULATION": "sample string 8",
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9"
},
{
"ID": 1,
"MEASURE_ID": 2,
"MIN_VALUE": 3.0,
"MAX_VALUE": 4.0,
"BADGE_COLOR": "sample string 5",
"TYPE": "sample string 6",
"LABEL": "sample string 7",
"CALCULATION": "sample string 8",
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9"
}
]
}
},
{
"ID": 1,
"CODE": "sample string 2",
"NAME": "sample string 3",
"TEMPLATE": "sample string 4",
"SEQ": 1,
"ACTIVE": true,
"OLD": 1,
"MEASURE_ID": 1,
"GROUP": "sample string 6",
"DIV_ID": 1,
"MEASURE": {
"ID": 1,
"SEQ": 2,
"DIV_ID": 3,
"TYPE_ID": 1,
"ACTIVE": true,
"FREQUENCY": 1,
"CHART_DEFAULT": true,
"BILLABLE": true,
"TYPE": {
"ID": 1,
"DEFAULT_NAME": "sample string 2",
"SYSTEM_CODES": "sample string 3",
"UNITS": "sample string 4",
"GROUP_NAME": "sample string 5",
"ORDER": 1,
"DECIMALS": 1
},
"AbnormalRanges": [
{
"ID": 1,
"MEASURE_ID": 2,
"MIN_VALUE": 3.0,
"MAX_VALUE": 4.0,
"BADGE_COLOR": "sample string 5",
"TYPE": "sample string 6",
"LABEL": "sample string 7",
"CALCULATION": "sample string 8",
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9"
},
{
"ID": 1,
"MEASURE_ID": 2,
"MIN_VALUE": 3.0,
"MAX_VALUE": 4.0,
"BADGE_COLOR": "sample string 5",
"TYPE": "sample string 6",
"LABEL": "sample string 7",
"CALCULATION": "sample string 8",
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9"
}
]
}
}
]
application/octet-stream
Sample:
[{"ID":1,"CODE":"sample string 2","NAME":"sample string 3","TEMPLATE":"sample string 4","SEQ":1,"ACTIVE":true,"OLD":1,"MEASURE_ID":1,"GROUP":"sample string 6","DIV_ID":1,"MEASURE":{"ID":1,"SEQ":2,"DIV_ID":3,"TYPE_ID":1,"ACTIVE":true,"FREQUENCY":1,"CHART_DEFAULT":true,"BILLABLE":true,"TYPE":{"ID":1,"DEFAULT_NAME":"sample string 2","SYSTEM_CODES":"sample string 3","UNITS":"sample string 4","GROUP_NAME":"sample string 5","ORDER":1,"DECIMALS":1},"AbnormalRanges":[{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7","CALCULATION":"sample string 8","CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9"},{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7","CALCULATION":"sample string 8","CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9"}]}},{"ID":1,"CODE":"sample string 2","NAME":"sample string 3","TEMPLATE":"sample string 4","SEQ":1,"ACTIVE":true,"OLD":1,"MEASURE_ID":1,"GROUP":"sample string 6","DIV_ID":1,"MEASURE":{"ID":1,"SEQ":2,"DIV_ID":3,"TYPE_ID":1,"ACTIVE":true,"FREQUENCY":1,"CHART_DEFAULT":true,"BILLABLE":true,"TYPE":{"ID":1,"DEFAULT_NAME":"sample string 2","SYSTEM_CODES":"sample string 3","UNITS":"sample string 4","GROUP_NAME":"sample string 5","ORDER":1,"DECIMALS":1},"AbnormalRanges":[{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7","CALCULATION":"sample string 8","CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9"},{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7","CALCULATION":"sample string 8","CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9"}]}}]