Smart Community Data Integration Service

Last Updated on : 2023-06-21 07:12:50download

Based on community services, update basic information of the community in real time, and build unified community management databases with households (people) as the core. Houses, addresses, vehicles, relationships, and other details are linked by household in the databases.

Rooms and Users Management

API NameURL
List of Relationships Between Residents and HousesGET:/v1.0/iot-02/community/room-users
GET:/v1.0/iot-02/community/room-user
Create Relationship Between Resident and HousePOST:/v1.0/iot-02/community/room-user
Modify Relationship Between Resident and HousePUT:/v1.0/iot-02/community/room-user/{room_user_id}
Delete Relationship Between Resident and HouseDELETE:/v1.0/iot-02/community/room-user/{block_id}/{room_user_id}
Move-in ReviewPUT:/v1.0/iot-02/community/room-user/{room_user_id}/move-in
PUT:/v1.0/iot-02/community/room-user/{block_id}/{room_user_id}/move-out

User Service

API NameURL
Authorized Login by TicketPOST:/v1.0/iot-01/{schema}/ticket/users

Organization Management

API NameURL
Query Organization DetailsGET:/v1.0/iot-02/community/structure
Query Organization MemberGET:/v1.0/iot-02/community/structure/members
Query Sub-OrganizationGET:/v1.0/iot-02/community/structures/children
Add OrganizationPOST:/v1.0/iot-02/community/structure
DELETE:/v1.0/iot-02/community/structure/{structure_id}
Modify OrganizationPUT:/v1.0/iot-02/community/structure/{structure_id}

Household Management

API NameURL
Register ResidentPOST:/v1.0/iot-02/community/householder
Query the List of ResidentsGET:/v1.0/iot-02/community/householders
Query Details of a ResidentGET:/v1.0/iot-02/community/householder
DELETE:/v1.0/iot-02/community/householder/{block_id}/{householder_id}
Modify Resident InformationPUT:/v1.0/iot-02/community/householder/{block_id}/{householder_id}

Member Management

API NameURL
Modify MemberPUT:/v1.0/iot-02/community/member/{block_id}/{member_id}
Remove MembersDELETE:/v1.0/iot-02/community/member/{block_id}/{member_id}
Member ListGET:/v1.0/iot-02/community/members
Query DetailsGET:/v1.0/iot-02/community/member
Add MemberPOST:/v1.0/iot-02/community/member

Project Management

API NameURL
Add ProjectPOST:/v1.0/iot-02/community/project
Query the List of ProjectsGET:/v1.0/iot-02/community/projects
Query Project DetailsGET:/v1.0/iot-02/community/project
DELETE:/v1.0/iot-02/community/project/{block_id}
Modify ProjectPUT:/v1.0/iot-02/community/project/{block_id}

Room Management

API NameURL
Query HouseGET:/v1.0/iot-02/community/room
Create HousePOST:/v1.0/iot-02/community/room
Modify HousePUT:/v1.0/iot-02/community/room/{tree_id}
Delete HouseDELETE:/v1.0/iot-02/community/room/{block_id}/{tree_id}

Property Service

API NameURL
Query Community Steward ReviewsGET:/v1.0/iot-02/community/housekeeper-evaluate-statistics
Query Community Steward DetailsGET:/v1.0/iot-02/community/housekeeper-detail
Service Ticket StatisticsGET:/v1.0/iot-02/community/service-order-statistics
Query Steward ReviewGET:/v1.0/iot-02/community/house-keeper-evaluate
Query Stewards by CommunityGET:/v1.0/iot-02/community/housekeeper-block-statistics
Query Community Stewards by PlatformGET:/v1.0/iot-02/community/housekeeper-saas-statistics
Service Ticket DetailsGET:/v1.0/iot-02/community/service-order-detail
Get Service TicketsGET:/v1.0/iot-02/community/service-order-page
Query Steward ListGET:/v1.0/iot-02/community/house-keeper-page

Community Space Management

API NameURL
Query Subspaces by LevelGET:/v1.0/iot-02/community/space-tree
Query Space DetailsGET:/v1.0/iot-02/community/space
Query Space ListGET:/v1.0/iot-02/community/space-list
Add SpacePOST:/v1.0/iot-02/community/space
Modify SpacePUT:/v1.0/iot-02/community/space/{block_id}
Delete SpaceDELETE:/v1.0/iot-02/community/space/{block_id}/{tree_id}