GET city/v3/WorkGridWeb/GetOrgAuditList?CountyOrgId={CountyOrgId}&POrgId={POrgId}&OrgId={OrgId}&pageSize={pageSize}&pageIndex={pageIndex}
根据编号查询下级单位列表v1.2.1、v1.3.0、v1.4.0
Request
URI Params
字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
CountyOrgId |
所属县级单位编号 |
integer |
Default value is 0 |
POrgId |
父编号 |
integer |
Default value is 0 |
OrgId |
编号 |
integer |
Default value is 0 |
pageSize | integer |
Default value is 10 |
|
pageIndex | integer |
Default value is 1 |
Body Params
None.
Response
APITResultOfPageViewModelOfOrgAuditWebModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Data | PageViewModelOfOrgAuditWebModel |
None. |
|
Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
ErrCode |
错误代码,因功能而异 |
integer |
None. |
Msg |
返回信息 |
string |
None. |
SeqId |
请求序列 |
integer |
None. |
InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{ "Data": { "ViewModelList": [ { "OrgId": "1", "OrgName": "sample string 2", "CountyOrgId": "3", "POrgId": "4", "POrgName": "sample string 5", "UT": 1, "UTDesc": "单位", "Address": "sample string 6", "RL": 0, "RLDesc": "全部", "GML": 2, "GMLDesc": "市级>县市区>工作网格", "URs": [ { "ProvinceId": "1", "ProvinceName": "sample string 2", "CityId": "3", "CityName": "sample string 4", "CountyId": "5", "CountyName": "sample string 6", "TownId": "7", "TownName": "sample string 8", "VillageId": "9", "VillageName": "sample string 10", "IsNotDivided": true }, { "ProvinceId": "1", "ProvinceName": "sample string 2", "CityId": "3", "CityName": "sample string 4", "CountyId": "5", "CountyName": "sample string 6", "TownId": "7", "TownName": "sample string 8", "VillageId": "9", "VillageName": "sample string 10", "IsNotDivided": true } ], "URsDesc": "sample string 4sample string 6sample string 8sample string 10", "LeaderName": "sample string 7", "LeaderMobilePhone": "sample string 8", "OperatorName": "sample string 9", "OperatorMobilePhone": "sample string 10", "Creator": "11", "CreatorName": "sample string 12", "CTime": "2025-05-22 22:43:32" }, { "OrgId": "1", "OrgName": "sample string 2", "CountyOrgId": "3", "POrgId": "4", "POrgName": "sample string 5", "UT": 1, "UTDesc": "单位", "Address": "sample string 6", "RL": 0, "RLDesc": "全部", "GML": 2, "GMLDesc": "市级>县市区>工作网格", "URs": [ { "ProvinceId": "1", "ProvinceName": "sample string 2", "CityId": "3", "CityName": "sample string 4", "CountyId": "5", "CountyName": "sample string 6", "TownId": "7", "TownName": "sample string 8", "VillageId": "9", "VillageName": "sample string 10", "IsNotDivided": true }, { "ProvinceId": "1", "ProvinceName": "sample string 2", "CityId": "3", "CityName": "sample string 4", "CountyId": "5", "CountyName": "sample string 6", "TownId": "7", "TownName": "sample string 8", "VillageId": "9", "VillageName": "sample string 10", "IsNotDivided": true } ], "URsDesc": "sample string 4sample string 6sample string 8sample string 10", "LeaderName": "sample string 7", "LeaderMobilePhone": "sample string 8", "OperatorName": "sample string 9", "OperatorMobilePhone": "sample string 10", "Creator": "11", "CreatorName": "sample string 12", "CTime": "2025-05-22 22:43:32" } ], "PageSize": 1, "TotalRecords": 2, "PageIndex": 3, "Pages": 4 }, "Ret": 1, "ErrCode": 2, "Msg": "sample string 3", "SeqId": 4, "InfoMsg": "sample string 5" }