文档中心 > API文档

获取空间单元分页数据

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

hsf/com.alibaba.campus.api.space.service.SpaceUnitApiService/getPageResult

接口说明

获取空间单元分页数据

请求参数说明

字段 必选 类型 说明
ids List
campusId Number
buildingId Number
floorId Number
name String
typeCode String
typeId Number
companyId Number
status Number
currentPage Number
limit Number

返回结果说明

字段 必选 类型 说明
typeDetail Object 类别明细
campusName String
floorId Number
id Number
height Number
area Number
buildingName String
companyId Number
name String
typeId Number
status Number
code String
typeName String
description String
floorName String
campusCode String
isDelete Boolean
campusId Number
buildingId Number
typeCode String
category Number
floorCode String

返回数据

  • default

    {
      "requestId": null,
      "success": true,
      "errorCode": "200",
      "errorExtInfo": null,
      "class": "com.squirrel.result.PageResult",
      "content": {
    "result": [
      {
        "vertex": null,
        "campusName": "成都高新园区【成都联调专用,勿动】",
        "groupId": null,
        "modifier": "111144200",
        "geoFloorId": null,
        "businessId": "14-001B",
        "appCode": null,
        "source": null,
        "templateId": null,
        "uuid": "7dfbde49-9f8a-411c-bab7-dab60480e9cf",
        "detailType": null,
        "floorId": 100255,
        "path": "21000132|100080|100255",
        "appId": 1,
        "id": 49450,
        "height": null,
        "marked": false,
        "area": null,
        "spaceGroups": null,
        "attrs": null,
        "buildingName": "智慧建筑大楼",
        "companyId": 10000,
        "name": "储物柜1",
        "typeId": 12,
        "style": null,
        "detailUrl": null,
        "status": 1,
        "gmtModified": 1509073399973,
        "code": "14-001B",
        "distance": null,
        "typeName": "工位",
        "description": "储物柜1",
        "isMarked": false,
        "central": null,
        "floorName": "14",
        "poiId": "ALI000000000160228",
        "attribute": null,
        "class": "com.alibaba.adminmap.client.model.poi.PoiInfo",
        "categorys": null,
        "creator": "111144200",
        "campusCode": null,
        "isDelete": false,
        "campusId": 21000132,
        "geoBuildingId": null,
        "typeDetail": {
          "creator": null,
          "gmtModified": 1504702829644,
          "firstTypeId": 6,
          "typeEnName": null,
          "firstTypeName": "空间",
          "isDelete": false,
          "modifier": null,
          "typeName": "工位",
          "fullName": "空间-办公-工位",
          "description": null,
          "gmtCreate": 1489141898000,
          "businessTypeId": 5,
          "typeCode": "002401",
          "secondTypeEnName": null,
          "businessTypeName": "空间",
          "secondTypeId": 7,
          "secondTypeName": "办公",
          "firstTypeEnName": null,
          "logo": null,
          "attribute": {
            "normalOpacity": "50",
            "normalColor": "#9999FF"
          },
          "id": 12,
          "renderType": 3,
          "class": "com.alibaba.adminmap.client.model.poi.PoiTypeWrap"
        },
        "gmtCreate": 1508243562321,
        "buildingId": 100080,
        "typeCode": "002401",
        "geometry": null,
        "location": null,
        "category": 1,
        "geometryType": null,
        "floorCode": null
      }
    ],
    "total": 11,
    "totalPage": 1,
    "limit": 15,
    "pageSize": 15,
    "currentPage": 1,
    "totalCount": 11,
    "class": "com.squirrel.page.Page"
      },
      "errorLevel": null,
      "errorMsg": "success"
    }

FAQ

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