Query the List of Projects

Last Updated on : 2023-06-21 07:13:11download

Update project information, such as project name, contact person, and so on, based on the incoming cell ID.

API address

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

Request parameter

Parameter nameTypeINRequiredDescription
page_noInteger falseThe current page number.
page_sizeInteger falseThe paging size.

Return parameter

Parameter nameTypeDescription
resultHighwayProjectListResponse

Description of result

Parameter nameTypeDescription
total_recordLongThe total items.
dataListThe list of projects.

Description of data

Parameter nameTypeDescription
project_idStringThe ID of the project.
_project_tree_idStringThe ID of a specified project tree. This is the space identifier of the project.
structure_idStringThe ID of the associated organization.
project_nameStringThe name of the project.
project_type_idStringThe ID of the project type.
contactStringThe contact name.
mobileStringThe mobile phone number.
locationStringThe code of the location. For more information, visit http://www.stats.gov.cn/english/.
location_nameStringThe name of the location. For more information, visit http://www.stats.gov.cn/english/.
streetStringThe code of the street. For more information, visit http://www.stats.gov.cn/english/.
street_nameStringThe name of the street.
communityStringThe code of the street. For more information, visit http://www.stats.gov.cn/english/.
community_nameStringThe name of the community.
detail_addressStringThe detailed address.
completion_timeLongThe date on which the project was completed.
delivery_timeLongThe date on which the project was delivered.
acceptance_timeLongThe date on which the project was accepted.
registration_timeLongThe date on which the project was registered.

Request example

GET: /v1.0/iot-02/community/projects?pageNo=1&pageSize=20

Return example

{
    "project_type_id": "138222641890097xxxx",
    "mobile": "1880000xxxx",
    "project_name": "Sunny Park",
    "block_id": "138481644318654xxxx",
    "location_name": "Xihu District, Hangzhou City, Zhejiang Province",
    "structure_name": "Huace xx Center",
    "project_id": "138481644230574xxxx",
    "contact": "_helen",
    "location": "CHN,330000,330100,330106",
    "project_type_name": "Open community"
}

Error code

For more information, see error code.