实验室委托单位机构数据
管理端-终端监控列表
-
API路径:
interfaceservices/idspService/queryOrganizations
-
请求类型:
HTTP POST
-
请求头:
Content-Type:application/json;charset=UTF-8
- 请求体:
json
{}
- 响应体:
json
{
"data": [
{
"orgId": "机构或者委托单位id",
"superId": "父机构或者委托单位id",
"systemId": "ALIMS",
"orgCode": "机构或者委托单位代码",
"orgName": "机构或者委托单位名称",
"orgType": "1:鉴定机构,2:委托单位"
}
],
"flag": 1
}
- 请求体测试数据:
json
{}
- 响应体测试数据:
json
{
"data": [
{
"orgId": "f6dd2cf0b0d444a1956a432dabb3e131",
"superId": "-1",
"systemId": "ALIMS",
"orgCode": "450000000000",
"orgName": "广西壮族自治区",
"orgType": "2",
"orgTypeCn": null,
"children": null
},
{
"orgId": "0e26dc4051694004a7c3a3b3b5ec3e50",
"superId": "-1",
"systemId": "ALIMS",
"orgCode": "450000052100",
"orgName": "广西壮族自治区公安厅物证鉴定中心",
"orgType": "1",
"orgTypeCn": null,
"children": null
},
{
"orgId": "52e56db679c34fe68b9c7737f8df0ecc",
"superId": "-1",
"systemId": "ALIMS",
"orgCode": "450000052100",
"orgName": "广西壮族自治区公安厅物证鉴定中心",
"orgType": "2",
"orgTypeCn": null,
"children": null
},
{
"orgId": "4a63400f33b44ae88fe43dc5eb8bec2c",
"superId": "52e56db679c34fe68b9c7737f8df0ecc",
"systemId": "ALIMS",
"orgCode": "450000052102",
"orgName": "柳州市物证鉴定中心",
"orgType": "2",
"orgTypeCn": null,
"children": null
},
{
"orgId": "9bd579cef7e74575bdfd31b9c52eb3af",
"superId": "0e26dc4051694004a7c3a3b3b5ec3e50",
"systemId": "ALIMS",
"orgCode": "450000052102",
"orgName": "柳州市物证鉴定中心",
"orgType": "1",
"orgTypeCn": null,
"children": null
}
],
"flag": 1
}