GET api/XmhSafetyHatManage/GetSafetyHatSolution?safetyhat_title={safetyhat_title}&page={page}&pageSize={pageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
safetyhat_title | string |
None. |
|
page | integer |
Required |
|
pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfListOfxmh_safetyhat_solutionName | Description | Type | Additional information |
---|---|---|---|
data | Collection of xmh_safetyhat_solution |
None. |
|
msg | string |
None. |
|
code | integer |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "id": 1, "safetyhat_title": "sample string 2", "safetyhat_json": "sample string 3", "update_time": "2024-11-25T16:37:53.2344137+08:00", "add_man_id": 1, "add_man": "sample string 4" }, { "id": 1, "safetyhat_title": "sample string 2", "safetyhat_json": "sample string 3", "update_time": "2024-11-25T16:37:53.2344137+08:00", "add_man_id": 1, "add_man": "sample string 4" } ], "msg": "sample string 1", "code": 2, "total": 3 }
application/xml, text/xml
Sample:
<BaseResponseOfArrayOfxmh_safetyhat_solutionwByyLw_Px xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnAPI"> <code>2</code> <msg>sample string 1</msg> <total>3</total> <data> <xmh_safetyhat_solution> <add_man>sample string 4</add_man> <add_man_id>1</add_man_id> <id>1</id> <safetyhat_json>sample string 3</safetyhat_json> <safetyhat_title>sample string 2</safetyhat_title> <update_time>2024-11-25T16:37:53.2344137+08:00</update_time> </xmh_safetyhat_solution> <xmh_safetyhat_solution> <add_man>sample string 4</add_man> <add_man_id>1</add_man_id> <id>1</id> <safetyhat_json>sample string 3</safetyhat_json> <safetyhat_title>sample string 2</safetyhat_title> <update_time>2024-11-25T16:37:53.2344137+08:00</update_time> </xmh_safetyhat_solution> </data> </BaseResponseOfArrayOfxmh_safetyhat_solutionwByyLw_Px>