根据园区id及TypeId获取空间单元
字段 | 必选 | 类型 | 说明 |
---|---|---|---|
campusId | 是 | Number | 园区id |
typeCode | 否 | String | 类别编码 |
typeId | 否 | Number | 类别id |
字段 | 必选 | 类型 | 说明 |
---|---|---|---|
code | 是 | String | 编码 |
spaceType | 是 | String | 空间分组还是空间单元 |
name | 是 | String | 名称 |
typeId | 是 | Number | 类别id |
uuid | 是 | String | uuid |
version | 是 | String | 版本号 |
lastUpdateTime | 是 | String | 最近更新时间 |
default
{ "requestId": null, "success": true, "errorCode": "200", "errorExtInfo": null, "totalCount": 13, "class": "com.squirrel.result.ListResult", "content": [ { "code": "2-4-8-S", "spaceType": "unit", "name": "2-4-8-S", "typeId": 23, "id": 7633, "class": "com.alibaba.campus.api.space.model.ApiReturnningWrap", "uuid": "fe74d8b1-8ce9-4522-ad28-f4c6dbc44abe", "version": "1.0.0", "lastUpdateTime": 1504696691470 }, { "code": "3-3-7-N", "spaceType": "unit", "name": "3-3-7-N", "typeId": 23, "id": 9672, "class": "com.alibaba.campus.api.space.model.ApiReturnningWrap", "uuid": "b9796ac2-5b1f-42c8-8a8b-675b314cfce2", "version": "1.0.0", "lastUpdateTime": 1504696691470 } ], "errorLevel": null, "errorMsg": "success" }