GET api/WXMini/GetAllDepts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfDeptInfoName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
|
data | Collection of DeptInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "data": [ { "DeptID": "sample string 1", "DeptName": "sample string 2" }, { "DeptID": "sample string 1", "DeptName": "sample string 2" } ] }