GET api/My/GetHealthTestTypeListUser

用户登录后获取自测类型列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Result_API
NameDescriptionTypeAdditional 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>