租户组织节点下项目列表
接口地址
SERVICE-ADDRESS/admin/project/listByOrgId
方法:get
参数说明
参数 |
类型 |
是否必须 |
说明 |
appid |
string |
是 |
唯一凭证 |
sign |
string |
是 |
签名 |
tenantId |
Long |
是 |
租户ID |
orgId |
Long |
是 |
组织编码 |
返回数据示例
{
"success" : true,
"code" : "0",
"message" : "操作成功",
"data" : [ {
"id" : 246799920845312,
"tenantId" : 246798218891776,
"orgId" : "246799920689664",
"code" : "",
"name" : "接口测试项目",
"shortName" : "",
"syncCode" : "",
"manager" : "",
"managerMobile" : "",
"overview" : "",
"constructStatus" : 1,
"constructPurpose" : "住宅建筑",
"structType" : "混合结构",
"planStart" : 1557474653000,
"planEnd" : 1557561053000,
"actualStart" : 1554048000000,
"area" : 0,
"price" : 10000001,
"location" : "北京市朝阳区三里屯街道北京工人体育场",
"longitude" : 116.446493,
"latitude" : 39.92944,
"biddingUnit" : "",
"constructUnit" : "",
"supervisingUnit" : "",
"province" : "北京市",
"city" : "北京市",
"district" : "朝阳区",
"commandName" : null,
"workspaceId" : "93ca9d74a0694076902071c58fae64ba",
"contractDate" : 1557474653000,
"realFinishDate" : 1557647453000,
"ownerCompany" : "",
"constructType" : "化工石油",
"designUnit" : "",
"updateDate" : null,
"parentName" : null,
"country" : "中国",
"deleted" : false
}, {
"id" : 275452401377792,
"tenantId" : 246798218891776,
"orgId" : "275452401259008",
"code" : "",
"name" : "广东地铁站",
"shortName" : "",
"syncCode" : "",
"manager" : "",
"managerMobile" : "",
"overview" : "",
"constructStatus" : 1,
"constructPurpose" : "住宅建筑",
"structType" : "混合结构",
"planStart" : 1564469939000,
"planEnd" : 1564556339000,
"actualStart" : 1564556339000,
"area" : 0,
"price" : 0,
"location" : "北京市朝阳区建外街道北京CBD核心区",
"longitude" : 116.462973,
"latitude" : 39.912721,
"biddingUnit" : "",
"constructUnit" : "",
"supervisingUnit" : "",
"province" : "北京市",
"city" : "北京市",
"district" : "朝阳区",
"commandName" : null,
"workspaceId" : "f21e75552de343a0854941050d2d37f1",
"contractDate" : 1564469939000,
"realFinishDate" : 1564642739000,
"ownerCompany" : "",
"constructType" : "房建",
"designUnit" : "",
"updateDate" : null,
"parentName" : null,
"country" : "中国",
"deleted" : false
}]
}
返回字段说明
字段 |
字段名称 |
字段格式 |
备注 |
id |
项目ID |
Long |
|
tenantId |
租户ID |
Long |
|
orgId |
组织树ID |
Long |
|
Deleted |
是否删除 |
Boolean |
|