文档中心 > API文档

查询楼层单个实体

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

hsf/com.alibaba.campus.api.space.service.FloorApiService/getFloorById

接口说明

查询楼层单个实体

请求参数说明

字段 必选 类型 说明
id Number 楼层id

返回结果说明

字段 必选 类型 说明
code String 编码
campusName String 园区名称
orderNum String 序号
description String 描述
id Number id
height Number 高度
area Number 面积
orderNo Number 序号
isDelete Boolean 删除
campusId Number 园区id
buildingId Number 楼宇id
buildingName String 楼宇名称
companyId Number 公司id
name String 名称
status Number 状态

返回数据

  • default

    {
      "requestId": null,
      "success": true,
      "errorCode": "200",
      "errorExtInfo": null,
      "totalCount": 8,
      "class": "com.squirrel.result.ListResult",
      "content": {
    "gmtModified": 1507769502468,
    "code": "2F",
    "campusName": "西溪园区",
    "modifier": "111144220",
    "geoFloorId": 1,
    "orderNum": 1,
    "description": "",
    "uuid": "",
    "id": 100002,
    "class": "com.alibaba.campus.space.client.model.floor.Floor",
    "height": null,
    "area": null,
    "creator": "111143930",
    "orderNo": 1,
    "isDelete": false,
    "campusId": 100001,
    "gmtCreate": 1481873566000,
    "buildingId": 100001,
    "buildingName": "1号楼",
    "companyId": 10000,
    "name": "1F",
    "status": 1
      },
      "errorLevel": null,
      "errorMsg": "success"
    }

FAQ

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