根据园区id及TypeId获取空间分组
字段 | 必选 | 类型 | 说明 |
---|---|---|---|
campusId | 是 | Number | 园区id |
typeId | 是 | Number | 类别id |
字段 | 必选 | 类型 | 说明 |
---|---|---|---|
code | 否 | String | 编码 |
spaceType | 否 | String | 空间类别 |
name | 否 | String | 分组名称 |
typeId | 否 | Number | 类别id |
id | 否 | Number | id |
uuid | 否 | String | uuid |
version | 否 | String | 版本 |
lastUpdateTime | 否 | Number | 最近更新时间 |
default
{ "requestId": null, "success": true, "errorCode": "200", "errorExtInfo": null, "totalCount": 0, "class": "com.squirrel.result.ListResult", "content": [ { "code": "8-p-pub-c", "spaceType": "group", "name": "公共区c区", "typeId": 30461, "id": 87, "class": "com.alibaba.campus.api.space.model.ApiReturnningWrap", "uuid": "0ba03ddb-8347-4cb4-9491-303770f91fe3", "version": "1.0.0", "lastUpdateTime": 1508915367925 }, { "code": "8-p-pub-b", "spaceType": "group", "name": "公共区b区", "typeId": 30461, "id": 86, "class": "com.alibaba.campus.api.space.model.ApiReturnningWrap", "uuid": "7a49e911-b321-4011-9c4b-8db1f1c2bc57", "version": "1.0.0", "lastUpdateTime": 1508915335889 } ], "errorLevel": null, "errorMsg": "success" }