Last Updated on : 2025-08-05 07:56:49download
This interface is applicable to authorization methods such as project-associated users and user web authorization. Data from authorized parties can be retrieved/ manipulated by invoking the following interface.
| API Name | URL |
|---|---|
| Get a Token | GET:/v1.0/token |
| Refresh Token | GET:/v1.0/token/{refreshToken} |
| API Name | URL |
|---|---|
| Get WebRTC Configurations of the Device | GET:/v1.0/devices/{device_id}/webrtc-configs |
| Request RTSP/HLS Live Stream URL | POST:/v1.0/users/{uid}/devices/{device_id}/stream/actions/allocate |
| Get Live Streaming Address | POST:/v1.0/devices/{device_id}/stream/actions/allocate |
| API Name | URL |
|---|---|
| Check whether a device is frozen | GET:/v1.0/iot-03/devices/{device_id}/freeze-state |
| Delete devices in batches | DELETE:/v1.0/iot-03/devices |
| Delete a device | DELETE:/v1.0/iot-03/devices/{device_id} |
| Get the list of sub-devices | GET:/v1.0/iot-03/devices/{device_id}/sub-devices |
| Restore defaults | POST:/v1.0/iot-03/devices/{device_id}/actions/reset |
| Modify the device information | PUT:/v1.0/iot-03/devices/{device_id} |
| Modify the frozen status of a device | PUT:/v1.0/iot-03/devices/{device_id}/freeze-state |
| Query Protocols of Multiple Devices | GET:/v1.0/iot-03/devices/protocol |
| Get Device Information | GET:/v1.1/iot-03/devices/{device_id} |
| Get Device Specification | GET:/v1.2/iot-03/devices/{device_id}/specification |
| Get Extended Properties | GET:/v1.0/iot-03/devices/{device_id}/properties |
| Get Extended Properties in Bulk | GET:/v1.0/iot-03/devices/properties |
| Get Device List | GET:/v1.3/iot-03/devices |
| API Name | URL |
|---|---|
| Query Timer Tasks for a Device | GET:/v1.0/devices/{devId}/timers |
| Delete All Timer Tasks of a Device | DELETE:/v1.0/devices/{devId}/timers |
| Add Timer Task | POST:/v1.0/devices/{devId}/timers |
| Delete Timer Task of a Category | DELETE:/v1.0/devices/{devId}/timers/categories/{category} |
| Get Timer Tasks of a Category | GET:/v1.0/devices/{devId}/timers/categories/{category} |
| Update Timer Task Group Status | PUT:/v1.0/devices/{devId}/timers/categories/{category}/groups/{group_id}/status |
| Delete Timer Task | DELETE:/v1.0/devices/{devId}/timers/categories/{category}/groups/{groupId} |
| Update Timer Task Group Information | PUT:/v1.0/devices/{devId}/timers/groups/{groupId} |
| API Name | URL |
|---|---|
| Query Node Devices in Pages | GET:/v1.0/iot-02/assets/{asset_id}/devices |
| Modify Asset | PUT:/v1.0/iot-02/assets/{asset_id} |
| Delete Asset | DELETE:/v1.0/iot-02/assets/{asset_id} |
| Paging query of sub-nodes under the current node | GET:/v1.0/iot-02/assets/{asset_id}/sub-assets |
| Query assets based on id | GET:/v1.0/iot-02/assets |
| Query assets based on id | GET:/v1.0/iot-02/assets/{asset_id} |
| Add new asset | POST:/v1.0/iot-02/assets |
| Query the Authorized Assets | GET:/v1.0/iot-03/users/{uid}/assets |
| Authorize Assets | POST:/v1.0/iot-03/assets/actions/user-authorized |
| Revoke Asset Permissions from a User | POST:/v1.0/iot-03/users/{uid}/actions/batch-assets-unauthorized |
| Authorize User with Assets | POST:/v1.0/iot-03/users/{uid}/actions/batch-assets-authorized |
| Revoke a User's Asset Permissions | POST:/v1.0/iot-03/users/{uid}/actions/assets-unauthorized |
| Query Cross-Level Sub-Assets | POST:/v1.1/iot-02/cross-level-sub-assets |
| Query Authorized User List | GET:/v1.0/iot-03/{asset_id}/authorized_users |
| Query and Sort Asset Sub-Node | GET:/v1.1/iot-02/assets/{asset_id}/sub-assets |
| API Name | URL |
|---|---|
| Query User Information by User ID | GET:/v1.0/iot-02/users/{user_id} |
| Delete User | DELETE:/v1.0/iot-02/users/{user_id} |
| Register User | POST:/v1.0/iot-02/users |
| Reset Password | PUT:/v1.0/iot-02/users/reset-password |
| Query User Information on Pages | GET:/v1.1/iot-02/users |
| Modify User Information | PUT:/v1.1/iot-02/users/{user_id} |
| Query User by Username | GET:/v1.2/iot-02/users/{user_name} |
| Query User Information on Pages | GET:/v1.1/iot-02/users/page |
| API Name | URL |
|---|---|
| Generate Pairing Token | POST:/v1.0/iot-03/device-registration/token |
| Search for sub-devices | POST:/v1.0/iot-03/device-registration/devices/{device_id}/actions/discover |
| Stop Discovering Sub-devices | POST:/v1.0/iot-03/device-registration/devices/{device_id}/actions/stop-discover |
| Get the list of newly connected sub-devices | GET:/v1.0/iot-03/device-registration/devices/{device_id}/sub-devices |
| Get the list of gateways under the asset | GET:/v1.0/iot-03/device-registration/assets/{asset_id}/gateways |
Generate an authKey for Bluetooth Device Pairing | POST:/v1.0/iot-03/device-registration/single-bluetooth/auth-key |
| Get Cloud System Time | GET:/v1.0/iot-03/cloud/system-time |
| Activate a Bluetooth Device | POST:/v1.0/iot-03/device-registration/single-bluetooth/actions/active |
| Pair NB-IoT Device by Scanning QR Code | POST:/v1.0/iot-03/device-registration/qrcode-bind |
| Register a Bluetooth Device | POST:/v1.0/iot-03/device-registration/single-bluetooth/actions/register |
| Generate RSA Public Key for Bluetooth Pairing | POST:/v1.0/iot-03/device-registration/assets/{asset_id}/encryptions/rsa/public-key |
| Query device activation result based on network distribution token | GET:/v1.1/iot-03/device-registration/tokens/{token} |
| Bind Device with Asset | POST:/v1.1/iot-02/device-bc-bind |
| API Name | URL |
|---|---|
| Query Space List | GET:/v2.0/cloud/space/child |
| Query Resources in Space | GET:/v2.0/cloud/space/{space_id}/resource |
| Create Space | POST:/v2.0/cloud/space/creation |
| Delete Space | DELETE:/v2.0/cloud/space/{space_id} |
| Modify Space Information | PUT:/v2.0/cloud/space/{space_id} |
| Query Space | GET:/v2.0/cloud/space/{space_id} |
| Query Parent-Child Relationship | GET:/v2.0/cloud/space/relation |
| API Name | URL |
|---|---|
| Get Device List | GET:/v1.0/devices |
| Add Home | POST:/v1.0/home/create-home |
| Query Home | GET:/v1.0/homes/{home_id} |
| Modify Home | PUT:/v1.0/homes/{home_id} |
| Delete Family | DELETE:/v1.0/homes/{home_id} |
| Query Devices in Home | GET:/v1.0/homes/{home_id}/devices |
| Query Home Members | GET:/v1.0/homes/{home_id}/members |
| Add Home Member | POST:/v1.0/homes/{home_id}/members |
| Modify family member information | PUT:/v1.0/homes/{home_id}/members/{uid} |
| Delete Home Member | DELETE:/v1.0/homes/{home_id}/members/{uid} |
| Add Room | POST:/v1.0/homes/{home_id}/room |
| Query Room List | GET:/v1.0/homes/{home_id}/rooms |
| Delete Room | DELETE:/v1.0/homes/{home_id}/rooms/{room_id} |
| Modify the room name | PUT:/v1.0/homes/{home_id}/rooms/{room_id} |
| Query family room equipment | GET:/v1.0/homes/{home_id}/rooms/{room_id}/devices |
| Query Home List | GET:/v1.0/users/{uid}/homes |
| Add a device in the room | POST:/v1.0/homes/{home_id}/rooms/{room_id}/devices |
| Modify Room Devices | PUT:/v1.0/homes/{home_id}/rooms/{room_id}/devices |
| Delete Devices from Room | DELETE:/v1.0/homes/{home_id}/rooms/{room_id}/devices |
| API Name | URL |
|---|---|
| Sync User Account | POST:/v1.0/apps/{schema}/user |
| Get User's Device List | GET:/v1.0/users/{uid}/devices |
| Get User Information | GET:/v1.0/users/{uid}/infos |
| Get User List | GET:/v2.0/apps/{schema}/users |
| Undelete | POST:/v1.0/users/{uid}/actions/cancel-delete |
| Pre-delete the user account | POST:/v1.0/users/{uid}/actions/pre-delete |
| API Name | URL |
|---|---|
| Get the linkage conditions supported by the device | GET:/v1.0/devices/{device_id}/enable-linkage/codes |
| Query Bound Scenes | GET:/v1.0/devices/{device_id}/scenes |
| Unbind Scene | DELETE:/v1.0/devices/{device_id}/scenes/{scene_id} |
| Bind Scene | POST:/v1.0/devices/{device_id}/scenes/{scene_id} |
| Query Devices Supporting Scene | GET:/v1.0/homes/{home_id}/scene/devices |
| Query Scenes in Home | GET:/v1.0/homes/{home_id}/scenes |
| Add Scenes | POST:/v1.0/homes/{home_id}/scenes |
| Modify Scene | PUT:/v1.0/homes/{home_id}/scenes/{scene_id} |
| Delete Home Scene | DELETE:/v1.0/homes/{home_id}/scenes/{scene_id} |
| Trigger to execute the specified scene | POST:/v1.0/homes/{home_id}/scenes/{scene_id}/trigger |
| Query the list of default scene graphs | GET:/v1.0/scenes/default-pictures |
| Enable scene | PUT:/v1.0/homes/{home_id}/scenes/{scene_id}/actions/enable |
| Deactivate scene | PUT:/v1.0/homes/{home_id}/scenes/{scene_id}/actions/disable |
| Enable Automation | PUT:/v1.0/homes/{home_id}/automations/{automation_id}/actions/enable |
| Disable automation | PUT:/v1.0/homes/{home_id}/automations/{automation_id}/actions/disable |
| Query Scenes in Home | GET:/v1.1/homes/{home_id}/scenes |
| API Name | URL |
|---|---|
| Query Devices Supporting Automation Scene | GET:/v1.0/homes/{home_id}/automation/devices |
| Add Automation Scenes | POST:/v1.0/homes/{home_id}/automations |
| Query Automation List | GET:/v1.0/homes/{home_id}/automations |
| Query Automation Scene | GET:/v1.0/homes/{home_id}/automations/{automation_id} |
| Modify Automation | PUT:/v1.0/homes/{home_id}/automations/{automation_id} |
| Delete Automation | DELETE:/v1.0/homes/{home_id}/automations/{automation_id} |
| Trigger External Conditions | POST:/v1.0/homes/{home_id}/automations/{automation_id}/conditions/trigger |
| Linkage conditions for obtaining family support | GET:/v1.0/homes/{home_id}/enable-linkage/codes |
| Query Weather Conditions | GET:/v1.0/homes/automation/weather/conditions |
| Get the linkage condition of family support, return to group action | GET:/v2.0/homes/{home_id}/enable-linkage/codes |
| Linked group action to get family support | GET:/v1.0/homes/{home_id}/linkage/device-group/functions |
| API Name | URL |
|---|---|
| Get App Details | GET:/v1.0/apps/{schema} |
| Get App Information | GET:/v1.1/apps/{schema} |
| API Name | URL |
|---|---|
| Get a list of sub-devices | GET:/v1.0/devices/{deviceId}/list-sub |
| Allow sub-devices to access the network | PUT:/v1.0/devices/{deviceId}/enabled-sub-discovery |
| Get the list of network equipment | GET:/v1.0/device/paring/tokens/{token} |
| API Name | URL |
|---|---|
| Query Zigbee devices under the gateway | GET:/v1.0/devices/{deviceId}/sub-devices |
| Query Factory Information in Bulk | GET:/v1.0/devices/factory-infos |
| Modify device name | PUT:/v1.0/devices/{device_id} |
| Query device log | GET:/v1.0/devices/{device_id}/logs |
| Restore device factory settings | PUT:/v1.0/devices/{device_id}/reset-factory |
| Add Device Member | POST:/v1.0/devices/{device_id}/user |
| Query Member List by Device ID | GET:/v1.0/devices/{device_id}/users |
| Modify Device Members | PUT:/v1.0/devices/{device_id}/users/{user_id} |
| Delete User | DELETE:/v1.0/devices/{device_id}/users/{user_id} |
| Query Device Members | GET:/v1.0/devices/{device_id}/users/{user_id} |
| Get Device Details | GET:/v1.0/devices/{deviceId} |
| Delete Device | DELETE:/v1.0/devices/{deviceId} |
| Get Device Status | GET:/v1.0/devices/{deviceId}/status |
| Get Device List v2 | GET:/v2.0/devices |
| Batch query for the list of associated App user dimension devices | GET:/v1.0/iot-01/associated-users/devices |
| API Name | URL |
|---|---|
| Confirm Start of Update | POST:/v2.0/cloud/thing/{device_id}/firmware/{channel} |
| Get Status Reporting Log | GET:/v2.0/cloud/thing/{device_id}/report-logs |
| Get Operation Log | GET:/v2.0/cloud/thing/{device_id}/logs |
| Get Device State | GET:/v2.0/cloud/thing/{device_id}/state |
| Get Update Progress | GET:/v2.0/cloud/thing/{device_id}/firmware/{channel}/progress |
| Get Update Information | GET:/v2.0/cloud/thing/{device_id}/firmware |
| Query Device Details | GET:/v2.0/cloud/thing/{device_id} |
| Query Device Details in Bulk | GET:/v2.0/cloud/thing/batch |
| Delete Device | DELETE:/v2.0/cloud/thing/{device_id} |
| Transfer Device | POST:/v2.0/cloud/thing/{device_id}/transfer |
| Restore Factory Defaults | POST:/v2.0/cloud/thing/{device_id}/reset |
| Freeze/Unfreeze Device | POST:/v2.0/cloud/thing/{device_id}/freeze |
| Modify Basic Properties | POST:/v2.0/cloud/thing/{device_id}/attribute |
| Query Devices in Space | GET:/v2.0/cloud/thing/space/device |
| Query Devices in Project | GET:/v2.0/cloud/thing/device |
| Query Signal Strength | GET:/v2.0/cloud/thing/{device_id}/{device_type}/signal |
| Send Signal Detection Instruction | POST:/v2.0/cloud/thing/signal/detection/issue |
| Get Status Reporting Log | GET:/v2.1/cloud/thing/{device_id}/report-logs |
| API Name | URL |
|---|---|
| Modify function point name | PUT:/v1.0/devices/{device_id}/functions/{function_code} |
| Control Device | POST:/v1.0/devices/{deviceId}/commands |
| Get Instruction Set Supported by Device | GET:/v1.0/devices/{deviceId}/functions |
| Get Device Specification Attribute | GET:/v1.0/devices/{deviceId}/specifications |
| Get the instructions set by category | GET:/v1.0/functions/{category} |
| Get Instruction Sets in Bulk | GET:/v1.0/devices/functions |
| Get Device Specification Attribute | GET:/v1.1/devices/{device_id}/specifications |
| API Name | URL |
|---|---|
| Modify Properties | POST:/v2.0/cloud/thing/{device_id}/shadow/properties |
| Send Actions | POST:/v2.0/cloud/thing/{device_id}/shadow/actions |
| Query Desired Properties | GET:/v2.0/cloud/thing/{device_id}/shadow/properties/desired |
| Query Properties | GET:/v2.0/cloud/thing/{device_id}/shadow/properties |
| Send Property | POST:/v2.0/cloud/thing/{device_id}/shadow/properties/issue |
| Set Desired Property | POST:/v2.0/cloud/thing/{device_id}/shadow/properties/desired |
| Query Things Data Model | GET:/v2.0/cloud/thing/{device_id}/model |
| API Name | URL |
|---|---|
| Obtain whether the firmware on the device is available for upgrade | GET:/v1.0/iot-03/devices/{device_id}/upgrade-infos |
| Confirm device upgrade | POST:/v1.0/iot-03/devices/{device_id}/confirm-upgrade |
| API Name | URL |
|---|---|
| Get Start Time of Video Clip | GET:/v1.0/users/{uid}/devices/{device_id}/storage/stream/timeline |
| Get Resources of Video Clips | GET:/v1.0/users/{uid}/devices/{device_id}/storage/stream/hls |
| Get Key of Video File | GET:/v1.0/users/{uid}/devices/{device_id}/storage/stream/key |
| API Name | URL |
|---|---|
| Get Linkage Rule Details | GET:/v2.0/cloud/scene/rule/{rule_id} |
| Modify Linkage Rule | PUT:/v2.0/cloud/scene/rule/{rule_id} |
| Enable/Disable Automation | PUT:/v2.0/cloud/scene/rule/state |
| Add Linkage Rule | POST:/v2.0/cloud/scene/rule |
| Query Linkage Rules | GET:/v2.0/cloud/scene/rule |
| Delete Linkage Rule | DELETE:/v2.0/cloud/scene/rule |
| Trigger Tap-to-Run | POST:/v2.0/cloud/scene/rule/{rule_id}/actions/trigger |
| API Name | URL |
|---|---|
| Assign Passwords to Device Members | POST:/v1.0/devices/{device_id}/device-lock/users/{user_id}/allocate |
| Get Dynamic Password | GET:/v1.0/devices/{device_id}/door-lock/dynamic-password |
| Synchronize Password | POST:/v1.0/devices/{device_id}/door-lock/issue-password |
| Remote Unlocking with Password | POST:/v1.0/devices/{device_id}/door-lock/open-door |
| Get Unlocking Records | GET:/v1.0/devices/{device_id}/door-lock/open-logs |
| Create Temporary Password | POST:/v1.0/devices/{device_id}/door-lock/temp-password |
| Get Temporary Password | GET:/v1.0/devices/{device_id}/door-lock/temp-password/{password_id} |
| Get Temporary Passwords | GET:/v1.0/devices/{device_id}/door-lock/temp-passwords |
| Delete Temporary Password | DELETE:/v1.0/devices/{device_id}/door-lock/temp-passwords/{password_id} |
| Freeze Temporary Password | PUT:/v1.0/devices/{device_id}/door-lock/temp-passwords/{password_id}/freeze-password |
| Modify Temporary Password | PUT:/v1.0/devices/{device_id}/door-lock/temp-passwords/{password_id}/modify-password |
| Delete Temporary Password Record | DELETE:/v1.0/devices/{device_id}/door-lock/temp-passwords/{password_id}/record |
| Create Unnamed Temporary Password | POST:/v2.0/devices/{device_id}/door-lock/temp-password |
| Get Temporary Key | POST:/v1.0/devices/{device_id}/door-lock/password-ticket |
| Get Bound Unlocking Methods | GET:/v1.0/devices/{device_id}/door-lock/user-types/{user_type}/users/{user_id}/assigned-keys |
| Get Unbound Unlocking Methods | GET:/v1.0/devices/{device_id}/door-lock/unassigned-keys |
| Enroll in Unlocking Method | PUT:/v1.0/devices/{device_id}/door-lock/actions/entry |
| Delete Unlocking Methods | DELETE:/v1.0/devices/{device_id}/door-lock/user-types/{user_type}/users/{user_id}/unlock-types/{unlock_type}/keys/{unlock_no} |
| Cancel Enrolling in Unlocking Method | PUT:/v1.0/devices/{device_id}/door-lock/unlock-types/{unlock_type}/actions/cancel |
| Set Duress Alarm | PUT:/v1.0/devices/{device_id}/door-lock/unlock-types/{unlock_type}/keys/{unlock_no}/hijack |
| Get Alert Records | GET:/v1.0/devices/{device_id}/door-lock/alarm-logs |
| Set Advanced Password | POST:/v1.0/devices/{device_id}/door-lock/advanced-password |
| View Advanced Password | GET:/v1.0/devices/{device_id}/door-lock/advanced-password |
| Clear Temporary Passwords | POST:/v1.0/devices/{device_id}/door-lock/temp-passwords/rest-password |
| Get the latest remote door opening or alarm cover image | GET:/v1.0/devices/{device_id}/door-lock/latest/media/url |
| Generate Offline Temporary Password | POST:/v1.1/devices/{device_id}/door-lock/offline-temp-password |
| Associate History with User | POST:/v1.0/devices/{device_id}/door-lock/records/{record_id}/actions/allocate |
| Update Unlocking Methods | PUT:/v1.0/devices/{device_id}/door-lock/opmodes/{unlock_sn} |
| Assign Unlocking Method | POST:/v1.0/devices/{device_id}/door-lock/opmodes/actions/allocate |
| Get Unlocking History/Alert History | GET:/v1.0/devices/{device_id}/door-lock/records |
| Update Offline Password Name | PUT:/v1.0/devices/{device_id}/door-lock/offline-temp-password/{password_id} |
| Synchronize Unlocking Methods | POST:/v1.0/smart-lock/devices/{device_id}/opmodes/actions/sync |
| Get Periodic Temporary Passwords of Keepalive Locks | GET:/v1.0/smart-lock/devices/{device_id}/stand-by-lock-temp-passwords |
| Get Device Albums | GET:/v1.0/smart-lock/devices/{device_id}/albums-media |
| Get Temporary Key | POST:/v1.0/smart-lock/devices/{device_id}/password-ticket |
| Remote Locking and Unlocking Without Password | POST:/v1.0/smart-lock/devices/{device_id}/password-free/door-operate |
| Cancel Duress Alert | DELETE:/v1.0/smart-lock/devices/{device_id}/unlock-types/{unlock_type}/keys/{unlock_sn}/hijack |
| Query Video View | GET:/v1.0/smart-lock/devices/{device_id}/media-view-times |
| Add One Video View | POST:/v1.0/smart-lock/devices/{device_id}/media-view-times |
| Set Special Attributes of Unlocking Method | POST:/v1.0/smart-lock/devices/{device_id}/opmodes/{opmode_id}/attribute/{attribute}/opmode-attr |
| Create temporary password | POST:/v1.0/smart-lock/device/{device_id}/template/temp-password |
| Temporary Password Details Interface | GET:/v1.0/devices/{device_id}/door-lock/template/temp-password/{password_id} |
| Get the temporary password list of the door lock | GET:/v1.0/devices/{device_id}/door-lock/template/temp-password |
| Delete temporary password | DELETE:/v1.0/devices/{device_id}/door-lock/template/temp-password/{password_id} |
| API Name | URL |
|---|---|
| Add Device Member | POST:/v1.0/devices/{device_id}/user |
| Query Member List by Device ID | GET:/v1.0/devices/{device_id}/users |
| Modify Device Members | PUT:/v1.0/devices/{device_id}/users/{user_id} |
| Delete User | DELETE:/v1.0/devices/{device_id}/users/{user_id} |
| Query Device Members | GET:/v1.0/devices/{device_id}/users/{user_id} |
| Update User Validity | PUT:/v1.0/smart-lock/devices/{device_id}/users/{user_id}/schedule |
| Get User Information | GET:/v1.0/smart-lock/devices/{device_id}/users |
| Delete User | POST:/v1.0/smart-lock/devices/{device_id}/users/{user_ids}/actions/delete-users-issue |
| Get List of Unlocking Methods | GET:/v1.0/smart-lock/devices/{device_id}/opmodes/{user_id} |
| Unbind Assigned Unlocking Method | POST:/v1.0/smart-lock/devices/{device_id}/opmodes/actions/cancel-allocate |
| API Name | URL |
|---|---|
| Send commands | POST:/v1.0/iot-03/devices/{device_id}/commands |
| Get the specifications and properties of the device | GET:/v1.0/iot-03/devices/{device_id}/specification |
| Get the instruction set of the category | GET:/v1.0/iot-03/categories/{category}/functions |
| Get the instruction set of the device | GET:/v1.0/iot-03/devices/{device_id}/functions |
| Get the status of a single device | GET:/v1.0/iot-03/devices/{device_id}/status |
| Get the latest status of multiple devices | GET:/v1.0/iot-03/devices/status |
| Get Category List | GET:/v1.0/iot-03/device-categories |
| Get Status Set | GET:/v1.0/iot-03/categories/{category}/status |
| API Name | URL |
|---|---|
| Query device status report log | GET:/v1.0/iot-03/devices/{device_id}/report-logs |
| Get Device Event Log | GET:/v1.0/iot-03/devices/{device_id}/logs |
| API Name | URL |
|---|---|
| Discover Devices | GET:/v1.0/iot-01/voice/users/devices |
| Device Control | POST:/v1.0/iot-01/voice/users/devices/{device_id}/commands |
| Query Device Status | GET:/v1.0/iot-01/voice/users/devices/{device_id}/status |
| Discover Scenes | GET:/v1.0/iot-01/voice/users/scenes |
| Control Scenes | POST:/v1.0/iot-01/voice/users/scenes/{scene_id}/commands |
| API Name | URL |
|---|---|
| Discover Devices | GET:/v1.0/iot-01/voice/users/{uid}/devices |
| Device Control | POST:/v1.0/iot-01/voice/users/{uid}/devices/{device_id}/commands |
| Query Device Status | GET:/v1.0/iot-01/voice/users/{uid}/devices/{device_id}/status |
| Discover Scenes | GET:/v1.0/iot-01/voice/users/{uid}/scenes |
| Scene Control | POST:/v1.0/iot-01/voice/users/{uid}/scenes/{scene_id}/commands |
| API Name | URL |
|---|---|
| Get Details of Device Group Tasks | GET:/v1.0/iot-03/device-groups/{group_id}/tasks |
| API Name | URL |
|---|---|
| Send Standard Command | POST:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/command |
| Send Key Command | POST:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/raw/command |
| Send Standard Command (During Pairing) | POST:/v2.0/infrareds/{infrared_id}/testing/command |
| Get Category List | GET:/v2.0/infrareds/{infrared_id}/categories |
| Get Remote Control List | GET:/v2.0/infrareds/{infrared_id}/remotes |
| Get Infrared Code Library Information | GET:/v2.0/infrareds/{infrared_id}/categories/{category_id}/brands/{brand_id}/remotes/{remote_index}/rules |
| Get Brand List | GET:/v2.0/infrareds/{infrared_id}/categories/{category_id}/brands |
| Delete Remote Control | DELETE:/v2.0/infrareds/{infrared_id}/remotes/{remote_id} |
| Modify Remote Control Name | PUT:/v2.0/infrareds/{infrared_id}/remotes/{remote_id} |
| Send Key Command (During Pairing) | POST:/v2.0/infrareds/{infrared_id}/testing/raw/command |
| Get Remote Control Brand | GET:/v2.0/infrareds/{infrared_id}/categories/{category_id}/remotes/{remote_index}/brands |
| Get Keys of Remote Control | GET:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/keys |
| Get Remote Control Indexes | GET:/v2.0/infrareds/{infrared_id}/categories/{category_id}/brands/{brand_id}/remote-indexs |
| Add Remote Control | POST:/v2.0/infrareds/{infrared_id}/remotes |
| API Name | URL |
|---|---|
| Switch Channels | POST:/v2.0/infrareds/{infrared_id}/channel/switch |
| Get Carriers by Region ID | GET:/v2.0/infrareds/{infrared_id}/areas/{area_id}/operators |
| Update Custom Channel Table | PUT:/v2.0/infrareds/{infrared_id}/remote/{remote_id}/custom/{submit_id} |
| Switch Channel Table | PUT:/v2.0/infrareds/{infrared_id}/remote/{remote_id}/channels |
| Get Province List | GET:/v2.0/infrareds/{infrared_id}/provinces |
| Get City List | GET:/v2.0/infrareds/{infrared_id}/provinces/{province_id}/cities |
| Get Region List | GET:/v2.0/infrareds/{infrared_id}/provinces/{province_id}/cities/{city_id}/areas |
| Delete Custom Channel Table | DELETE:/v2.0/infrareds/{infrared_id}/remote/custom/{submit_id} |
| Get Channel List | GET:/v2.0/infrareds/{infrared_id}/remote/channels |
| Get Channels Bound with Set-Top Box | GET:/v2.0/infrareds/{infrared_id}/remote/{remote_id}/selected-channels |
| Get All Channel Names | GET:/v2.0/infrareds/{infrared_id}/remote/all-channels |
| Get Channel List | GET:/v2.0/infrareds/{infrared_id}/remote/{remote_id}/channels |
| API Name | URL |
|---|---|
| Control Air Conditioner with Multiple Keys | POST:/v2.0/infrareds/{infrared_id}/air-conditioners/{remote_id}/scenes/command |
| Get Air Conditioner Status | GET:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/ac/status |
| Send Single Command | POST:/v2.0/infrareds/{infrared_id}/air-conditioners/testing/command |
| Control Air Conditioner with Single Command | POST:/v2.0/infrareds/{infrared_id}/air-conditioners/{remote_id}/command |
| Send Key Combination | POST:/v2.0/infrareds/{infrared_id}/air-conditioners/testing/scenes/command |
| Get Air Conditioner Status in Bulk | GET:/v1.0/cloud/rc/infrared/ac/status/batch |
| API Name | URL |
|---|---|
| Delete Learning Code | DELETE:/v2.0/infrareds/{infrared_id}/learning-codes/{learn_id} |
| Modify Learning Status | PUT:/v2.0/infrareds/{infrared_id}/learning-state |
| Update Learning Code | PUT:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/learning-codes |
| Get Learned Remote Control Code | GET:/v2.0/infrareds/{infrared_id}/learning-codes |
| Get Learning Codes | GET:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/learning-codes |
| Send Learning Code | POST:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/learning-codes |
| Save Learning Code | POST:/v2.0/infrareds/{infrared_id}/learning-codes |
| Get General Key Information | GET:/v2.0/infrareds/{category_id}/base-key |
| API Name | URL |
|---|---|
| Get Token by Smart Matching | POST:/v2.0/infrareds/{infrared_id}/matching-remotes/token |
| Get Matching Result by Token | GET:/v2.0/infrareds/{infrared_id}/matching-remotes |
| API Name | URL |
|---|---|
| Update Scheduled Task Status | PUT:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers/status |
| Update Scheduled Task | PUT:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers |
| Delete Scheduled Task | DELETE:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers |
| Add Infrared Scheduled Task | POST:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers |
| Get Infrared Scheduled Task | GET:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers |
| API Name | URL |
|---|---|
| Add Access Control Rule | POST:/v1.0/iot-02/access-controls |
| Modify Access Control Rule | PUT:/v1.0/iot-02/access-controls/{access_control_id} |
| Delete Access Control Rule | DELETE:/v1.0/iot-02/access-controls/{access_control_id} |
| API Name | URL |
|---|---|
| Bind Access Control Device | POST:/v1.0/iot-02/access-controls/{access_control_id}/actions/device-bind |
| Query Linked Device | GET:/v1.0/iot-02/access-controls/{access_control_id}/devices |
| Unbind Access Control Devices | POST:/v1.0/iot-02/access-controls/{access_control_id}/actions/device-unbind |
| API Name | URL |
|---|---|
| Modify Cleaning Map Name | POST:/v1.0/users/sweepers/file/{device_id}/file-name |
| Get Download Link of Map | GET:/v1.0/users/sweepers/file/{device_id}/download |
| Delete Cleaning Map | DELETE:/v1.0/users/sweepers/file/{device_id}/clean-history |
| Get Link of Real-Time Map | GET:/v1.0/users/sweepers/file/{device_id}/realtime-map |
| Get Map File List | GET:/v1.0/users/sweepers/file/{device_id}/list |
| API Name | URL |
|---|---|
| Send TTS Command | POST:/v1.0/aispeech/voice/push |
| API Name | URL |
|---|---|
| Set Circuit Switch | POST:/v1.0/electric-energy/{device_id}/actions/switch |
| Set Enabling Switch | POST:/v1.0/electric-energy/{device_id}/actions/hand-enable |
| API Name | URL |
|---|---|
| Set Current Limit | POST:/v1.0/electric-energy/{device_id}/actions/current-limit |
| Set Electricity Consumption Alert Value | POST:/v1.0/electric-energy/{device_id}/actions/electric-warn |
| Set Leakage Action Value | POST:/v1.0/electric-energy/{device_id}/actions/leak-action-value |
| Set Leakage Alert Value | POST:/v1.0/electric-energy/{device_id}/actions/leak-warn-value |
| Set Power Limit | POST:/v1.0/electric-energy/{device_id}/actions/power-limit |
| Set Over-Voltage Protection Value | POST:/v1.0/electric-energy/{device_id}/actions/voltage-over |
| Set Under-Voltage Protection Value | POST:/v1.0/electric-energy/{device_id}/actions/voltage-under |
| Set Over-Temperature Protection Value | POST:/v1.0/electric-energy/{device_id}/actions/temp-over |
| API Name | URL |
|---|---|
| Get Real-Time Data | GET:/v1.0/electric-energy/{device_id}/actions/realtime-data |
| API Name | URL |
|---|---|
| Report Device Response | POST:/v1.0/iot-03/3rdcloud/devices/{device_id}/action-resp/report |
| Report Device Property | POST:/v1.0/iot-03/3rdcloud/devices/{device_id}/property/report |
| Report Device Event | POST:/v1.0/iot-03/3rdcloud/devices/{device_id}/event/report |
| API Name | URL |
|---|---|
| Sync Device Time | POST:/v1.0/access-control/{device_id}/actions/synctime |
| Clear Device Data | POST:/v1.0/access-control/{device_id}/actions/cleardata |
| API Name | URL |
|---|---|
| Change Face Image | PUT:/v1.0/cameras/{device_id}/configs/face/{face_id} |
| Add Face Image | POST:/v1.0/cameras/{device_id}/configs/face/{face_id} |
| Delete Face Image | DELETE:/v1.0/cameras/{device_id}/configs/face/{face_id} |
| API Name | URL |
|---|---|
| PTZ Control | POST:/v1.0/cameras/{device_id}/configs/ptz |
| API Name | URL |
|---|---|
| Query Scheduled Task | GET:/v2.0/cloud/timer/device/{device_id} |
| Modify Scheduled Task | PUT:/v2.0/cloud/timer/device/{device_id} |
| Enable/Disable Scheduled Task | PUT:/v2.0/cloud/timer/device/{device_id}/state |
| Add Scheduled Task | POST:/v2.0/cloud/timer/device/{device_id} |
| Bulk Delete Scheduled Tasks | DELETE:/v2.0/cloud/timer/device/{device_id}/batch |
| Clear Scheduled Tasks | DELETE:/v2.0/cloud/timer/device/{device_id} |
| API Name | URL |
|---|---|
| Query Group Status | GET:/v2.1/cloud/thing/group/{group_id}/status-set |
| Remove Devices | DELETE:/v2.1/cloud/thing/group/{group_id}/devices |
| Query Group Task Progress | GET:/v2.1/cloud/thing/group/task/{group_id}/{task_id} |
| Delete Group | DELETE:/v2.1/cloud/thing/group/{group_id} |
| Query Group Devices | GET:/v2.1/cloud/thing/group/{group_id}/devices |
| Query Group Properties | GET:/v2.1/cloud/thing/group/{group_id}/properties |
| Get Groups in Space | GET:/v2.1/cloud/thing/group |
| Add Devices | PUT:/v2.1/cloud/thing/group/{group_id}/devices |
| Send Group Properties | POST:/v2.1/cloud/thing/group/{group_id}/properties |
| Get Device Group | GET:/v2.1/cloud/thing/group/device/{device_id} |
| Modify Group Information | PUT:/v2.1/cloud/thing/group/{group_id} |
| Query Group Details | GET:/v2.1/cloud/thing/group/{group_id} |
| Create Group | POST:/v2.1/cloud/thing/group |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback