查询项目详情

更新时间:2023-06-21 07:13:09下载pdf

本文介绍查询项目详情的 API。

接口描述

查询项目详情,会返回小区ID(SaaS唯一)和其他项目信息,小区ID您将在空间管理、住户管理、人房关系管理中贯穿始终。

接口地址

GET: /v1.0/iot-02/community/project

请求参数

参数名类型参数位置是否必填说明
block_idStringquerytrue小区ID

返回参数

参数名类型说明
resultHighwayProjectDetailResponse

result 说明

参数名类型说明
project_idString项目 ID
block_idString项目下的小区标识
structure_idString关联组织 ID
project_nameString项目名称
project_type_idString项目类型 ID
contactString联系人
mobileString联系电话
locationString所在地 Code,参考:http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/
location_nameString所在地名称,参考:http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/
streetString所属街道 Code,参考:http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/
street_nameString所属街道名称
communityString所属街道名称,参考:http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm
community_nameString所属社区
detail_addressString详细地址
completion_timeLong建成日期
delivery_timeLong交付日期
acceptance_timeLong验收日期
registration_timeLong登记日期

请求示例

GET: /v1.0/iot-02/community/project?block_id=136767399153950xxxx

返回示例

{
    "village_fence": "",
    "project_type_id": "138222641882128xxxx",
    "completion_time": 1619083518799,
    "tree_id": "138480044093531xxxx",
    "detail_address": "财富中心3幢7x2室",
    "community_name": "三里河社区居民委员会",
    "mobile": "1566901xxxx",
    "structure_id": "138479997683138xxxx",
    "delivery_time": 1619083516701,
    "community": "110102007048",
    "project_name": "xx项目",
    "street_name": "月坛街道",
    "location_name": "北京市市辖区西城区",
    "structure_name": "阳光xx集团",
    "project_id": "138480044029778xxxx",
    "street": "110102007",
    "acceptance_time": 1618997121866,
    "contact": "李四",
    "location": "_c_h_n,110000,110100,110102",
    "registration_time": 1617787524583,
    "project_type_name": "智慧园区"
}

错误码

参考 错误码