GET api/Manage/ListQuestionDept?DeptId={DeptId}&IsEnable={IsEnable}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DeptId | string |
Default value is |
|
| IsEnable | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfListOfxmh_dep_view| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of xmh_dep_view |
None. |
|
| msg | string |
None. |
|
| code | integer |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"Id": 1,
"DeptId": 2,
"AddTime": "2025-12-17T03:30:45.683405+08:00",
"AddEmp": "sample string 3",
"IsEnable": 1,
"Acount": 1,
"Remark": "sample string 4"
},
{
"Id": 1,
"DeptId": 2,
"AddTime": "2025-12-17T03:30:45.683405+08:00",
"AddEmp": "sample string 3",
"IsEnable": 1,
"Acount": 1,
"Remark": "sample string 4"
}
],
"msg": "sample string 1",
"code": 2,
"total": 3
}
application/xml, text/xml
Sample:
<BaseResponseOfArrayOfxmh_dep_viewwByyLw_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_dep_view>
<Acount>1</Acount>
<AddEmp>sample string 3</AddEmp>
<AddTime>2025-12-17T03:30:45.683405+08:00</AddTime>
<DeptId>2</DeptId>
<Id>1</Id>
<IsEnable>1</IsEnable>
<Remark>sample string 4</Remark>
</xmh_dep_view>
<xmh_dep_view>
<Acount>1</Acount>
<AddEmp>sample string 3</AddEmp>
<AddTime>2025-12-17T03:30:45.683405+08:00</AddTime>
<DeptId>2</DeptId>
<Id>1</Id>
<IsEnable>1</IsEnable>
<Remark>sample string 4</Remark>
</xmh_dep_view>
</data>
</BaseResponseOfArrayOfxmh_dep_viewwByyLw_Px>