文档中心 > API文档

多条件查询空间分组,campusId必填

更新时间:2018/01/23 访问次数:7521

hsf/com.alibaba.campus.api.space.service.SpaceGroupApiService/getList

接口说明

多条件查询空间分组,campusId必填

请求参数说明

字段 必选 类型 说明
campusId Number 园区id
typeId Number 类别id
buildingId Number 楼宇id
floorId Number 楼层id
isDelete Boolean 是否删除
groupId Number 分组id
ids List 分组id集合
currentPage Number 当前页码
limit Number 每页条数

返回结果说明

字段 必选 类型 说明
code String 分组编码
campusName String 园区名称
typeName String 类别名称
description String 描述
delete Boolean 是否删除
floorId Number 楼层id
typeWrap String 类别包装
floorName String 楼层名称
id Number id
campusId Number 园区id
buildingId Number 楼宇id
typeCode String 类别编码
buildingName String 楼宇名称
name String 名称
typeId Number 类别id

返回数据

  • default

    {
      "requestId": null,
      "success": true,
      "errorCode": "200",
      "errorExtInfo": null,
      "class": "com.squirrel.result.PojoResult",
      "content": [
    {
      "gmtModified": 1509072126546,
      "code": "18-G-C",
      "campusName": "成都高新园区【成都联调专用,勿动】",
      "modifier": "111244329",
      "typeName": null,
      "description": null,
      "uuid": "1721edff-20fa-4be7-9483-82e7f9f72f52",
      "delete": false,
      "floorId": 100306,
      "typeWrap": {
        "creator": null,
        "gmtModified": 1508554890493,
        "code": "071213",
        "isDelete": false,
        "secondTypeCode": null,
        "modifier": null,
        "fullName": "范测试-范测试",
        "description": null,
        "gmtCreate": 1508554890493,
        "secondTypeId": 30488,
        "secondTypeName": "范测试",
        "name": "范测试",
        "id": 30489,
        "class": "com.alibaba.campus.space.client.model.type.PoiTypeWrap"
      },
      "floorName": "18",
      "id": 108,
      "class": "com.alibaba.campus.space.client.model.group.SpaceGroup",
      "belongName": null,
      "creator": "111244329",
      "campusId": 21000132,
      "gmtCreate": 1509072126546,
      "buildingId": 100093,
      "attrs": null,
      "typeCode": "071213",
      "buildingName": "共享办公楼",
      "bigTypeId": null,
      "name": "C区",
      "bigTypeName": null,
      "typeId": 30489
    }
      ],
      "errorLevel": null,
      "errorMsg": "success"
    }

FAQ

关于此文档暂时还没有FAQ
返回
顶部