文档
测试

应用系统列表查询

GET
/v1/frontend/applications/query/by-external-system

接口描述

应用系统列表查询,参数为均为可选,参数为空则是全量查询

请求参数

参数名
类型
描述
必填
tenantCode
String
租户编码
必填
organizationCode
String
组织编码
必填
singleFlag
Boolean
是否为单点应用系统,true 表示单点 , false表示非单点
必填

响应参数

参数名
类型
描述
必填
code
String
应用系统编码
必填
tenantCode
String
租户编码
必填
organizationCode
String
组织编码
必填
name
String
名称
必填
description
String
描述
必填
createdAt
Date
创建时间
必填
updatedAt
Date
更新时间
必填
responsibleName
String
负责人名称
必填

响应参数示例

```language { "success": true, "message": null, "error": null, "entity": { "code": "APP-TEST1-TEST1-0002", "tenantCode": "TENANT-CMSS-0027", "name": "xiao", "description": "阿斯达克", "responsibleName": "阿斯达克", "createdAt": "2020-10-19 18:38:35", "updatedAt": "2020-10-22 10:11:03", "organizationCode": "ORG-CMSS-0018" } } ```