GET api/HealthTest/GetHealthTestStandard?typeid={typeid}&score={score}
根据总得分和类型ID获取当前得分对应的评估说明内容
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
typeid | string |
Required |
|
score | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_APIName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Data": {}, "Message": "sample string 3" }
application/xml, text/xml
Sample:
<Result_API xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Model"> <Code>1</Code> <Data /> <Message>sample string 3</Message> </Result_API>