Last Updated on : 2024-10-23 06:03:44download
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 |
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 |
Modify the device information | PUT:/v1.0/iot-03/devices/{device_id} |
Delete a device | DELETE:/v1.0/iot-03/devices/{device_id} |
Restore defaults | POST:/v1.0/iot-03/devices/{device_id}/actions/reset |
Get the list of sub-devices | GET:/v1.0/iot-03/devices/{device_id}/sub-devices |
Modify the frozen status of a device | PUT:/v1.0/iot-03/devices/{device_id}/freeze-state |
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 in Bulk | GET:/v1.0/iot-03/devices/properties |
Get Extended Properties | GET:/v1.0/iot-03/devices/{device_id}/properties |
Query Protocols of Multiple Devices | GET:/v1.0/iot-03/devices/protocol |
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 assets based on id | GET:/v1.0/iot-02/assets |
Delete Asset | DELETE:/v1.0/iot-02/assets/{asset_id} |
Modify Asset | PUT:/v1.0/iot-02/assets/{asset_id} |
Query Node Devices in Pages | GET:/v1.0/iot-02/assets/{asset_id}/devices |
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/{asset_id} |
Add new asset | POST:/v1.0/iot-02/assets |
Authorize Assets | POST:/v1.0/iot-03/assets/actions/user-authorized |
Query the Authorized Assets | GET:/v1.0/iot-03/users/{uid}/assets |
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 |
Revoke Asset Permissions from a User | POST:/v1.0/iot-03/users/{uid}/actions/batch-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 |
Transfer Device | POST:/v1.0/iot-03/assets/devices/{device_id}/actions/transfer |
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} |
Register User | POST:/v1.0/iot-02/users |
Delete User | DELETE:/v1.0/iot-02/users/{user_id} |
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 |
---|---|
Register a Bluetooth Device | POST:/v1.0/iot-03/device-registration/single-bluetooth/actions/register |
Search for sub-devices | POST:/v1.0/iot-03/device-registration/devices/{device_id}/actions/discover |
Generate an authKey for Bluetooth Device Pairing | POST:/v1.0/iot-03/device-registration/single-bluetooth/auth-key |
Activate a Bluetooth Device | POST:/v1.0/iot-03/device-registration/single-bluetooth/actions/active |
Generate Pairing Token | POST:/v1.0/iot-03/device-registration/token |
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 |
Query device activation result based on network distribution token | GET:/v1.1/iot-03/device-registration/tokens/{token} |
Get Cloud System Time | GET:/v1.0/iot-03/cloud/system-time |
Pair NB-IoT Device by Scanning QR Code | POST:/v1.0/iot-03/device-registration/qrcode-bind |
Get the list of gateways under the asset | GET:/v1.0/iot-03/device-registration/assets/{asset_id}/gateways |
Generate RSA Public Key for Bluetooth Pairing | POST:/v1.0/iot-03/device-registration/assets/{asset_id}/encryptions/rsa/public-key |
Bind Device with Asset | POST:/v1.1/iot-02/device-bc-bind |
API Name | URL |
---|---|
Delete Space | DELETE:/v2.0/cloud/space/{space_id} |
Query Resources in Space | GET:/v2.0/cloud/space/{space_id}/resource |
Create Space | POST:/v2.0/cloud/space/creation |
Query Space | GET:/v2.0/cloud/space/{space_id} |
Query Space List | GET:/v2.0/cloud/space/child |
Modify Space Information | PUT:/v2.0/cloud/space/{space_id} |
Query Parent-Child Relationship | GET:/v2.0/cloud/space/relation |
API Name | URL |
---|---|
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 |
Get Device List | GET:/v1.0/devices |
API Name | URL |
---|---|
Sync User Account | POST:/v1.0/apps/{schema}/user |
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 |
Get User's Device List | GET:/v1.0/users/{uid}/devices |
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 |
---|---|
Get App Details | GET:/v1.0/apps/{schema} |
Get App Information | GET:/v1.1/apps/{schema} |
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 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 |
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 |
Delete User | DELETE:/v1.0/devices/{device_id}/users/{user_id} |
Modify Device Members | PUT:/v1.0/devices/{device_id}/users/{user_id} |
Query Device Members | GET:/v1.0/devices/{device_id}/users/{user_id} |
Add Device Member | POST:/v1.0/devices/{device_id}/user |
Query Member List by Device ID | GET:/v1.0/devices/{device_id}/users |
API Name | URL |
---|---|
Get Status Reporting Log | GET:/v2.0/cloud/thing/{device_id}/report-logs |
Get Update Progress | GET:/v2.0/cloud/thing/{device_id}/firmware/{channel}/progress |
Query Device Details in Bulk | GET:/v2.0/cloud/thing/batch |
Delete Device | DELETE:/v2.0/cloud/thing/{device_id} |
Get Update Information | GET:/v2.0/cloud/thing/{device_id}/firmware |
Query Device Details | GET:/v2.0/cloud/thing/{device_id} |
Confirm Start of Update | POST:/v2.0/cloud/thing/{device_id}/firmware/{channel} |
Get Device State | GET:/v2.0/cloud/thing/{device_id}/state |
Get Operation Log | GET:/v2.0/cloud/thing/{device_id}/logs |
Modify Basic Properties | POST:/v2.0/cloud/thing/{device_id}/attribute |
Freeze/Unfreeze Device | POST:/v2.0/cloud/thing/{device_id}/freeze |
Transfer Device | POST:/v2.0/cloud/thing/{device_id}/transfer |
Restore Factory Defaults | POST:/v2.0/cloud/thing/{device_id}/reset |
Query Devices in Space | GET:/v2.0/cloud/thing/space/device |
Query Devices in Project | GET:/v2.0/cloud/thing/device |
Pair Device by Scanning QR Code | POST:/v2.0/cloud/thing/active/qrcode |
Query Pairing Result | GET:/v2.0/cloud/thing/active/token/{token} |
Send Signal Detection Instruction | POST:/v2.0/cloud/thing/signal/detection/issue |
Query Signal Strength | GET:/v2.0/cloud/thing/{device_id}/{device_type}/signal |
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 |
---|---|
Send Actions | POST:/v2.0/cloud/thing/{device_id}/shadow/actions |
Query Properties | GET:/v2.0/cloud/thing/{device_id}/shadow/properties |
Modify Properties | POST:/v2.0/cloud/thing/{device_id}/shadow/properties |
Query Desired Properties | GET:/v2.0/cloud/thing/{device_id}/shadow/properties/desired |
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 |
---|---|
Confirm device upgrade | POST:/v1.0/iot-03/devices/{device_id}/confirm-upgrade |
Obtain whether the firmware on the device is available for upgrade | GET:/v1.0/iot-03/devices/{device_id}/upgrade-infos |
API Name | URL |
---|---|
Get Resources of Video Clips | GET:/v1.0/users/{uid}/devices/{device_id}/storage/stream/hls |
Get Start Time of Video Clip | GET:/v1.0/users/{uid}/devices/{device_id}/storage/stream/timeline |
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} |
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 |
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 |
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 |
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 |
Cancel Duress Alert | DELETE:/v1.0/smart-lock/devices/{device_id}/unlock-types/{unlock_type}/keys/{unlock_sn}/hijack |
Remote Locking and Unlocking Without Password | POST:/v1.0/smart-lock/devices/{device_id}/password-free/door-operate |
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 |
Assign Unlocking Method | POST:/v1.0/devices/{device_id}/door-lock/opmodes/actions/allocate |
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} |
Update Offline Password Name | PUT:/v1.0/devices/{device_id}/door-lock/offline-temp-password/{password_id} |
Get Unlocking History/Alert History | GET:/v1.0/devices/{device_id}/door-lock/records |
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 |
Get the temporary password list of the door lock | GET:/v1.0/devices/{device_id}/door-lock/template/temp-password |
Create temporary password | POST:/v1.0/smart-lock/device/{device_id}/template/temp-password |
Delete temporary password | DELETE:/v1.0/devices/{device_id}/door-lock/template/temp-password/{password_id} |
Temporary Password Details Interface | GET:/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} |
Get User Information | GET:/v1.0/smart-lock/devices/{device_id}/users |
Update User Validity | PUT:/v1.0/smart-lock/devices/{device_id}/users/{user_id}/schedule |
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 |
---|---|
Get the specifications and properties of the device | GET:/v1.0/iot-03/devices/{device_id}/specification |
Get the instruction set of the device | GET:/v1.0/iot-03/devices/{device_id}/functions |
Get the instruction set of the category | GET:/v1.0/iot-03/categories/{category}/functions |
Send commands | POST:/v1.0/iot-03/devices/{device_id}/commands |
Get Category List | GET:/v1.0/iot-03/device-categories |
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 Status Set | GET:/v1.0/iot-03/categories/{category}/status |
API Name | URL |
---|---|
Control Air Conditioner with Multiple Keys | POST:/v2.0/infrareds/{infrared_id}/air-conditioners/{remote_id}/scenes/command |
Send Single Command | POST:/v2.0/infrareds/{infrared_id}/air-conditioners/testing/command |
Send Key Combination | POST:/v2.0/infrareds/{infrared_id}/air-conditioners/testing/scenes/command |
Get Air Conditioner Status | GET:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/ac/status |
Control Air Conditioner with Single Command | POST:/v2.0/infrareds/{infrared_id}/air-conditioners/{remote_id}/command |
Get Air Conditioner Status in Bulk | GET:/v1.0/cloud/rc/infrared/ac/status/batch |
API Name | URL |
---|---|
Add Infrared Scheduled Task | POST:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers |
Update Scheduled Task | PUT:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers |
Update Scheduled Task Status | PUT:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers/status |
Get Infrared Scheduled Task | GET:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers |
Delete Scheduled Task | DELETE:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers |
API Name | URL |
---|---|
Unbind Access Control Devices | POST:/v1.0/iot-02/access-controls/{access_control_id}/actions/device-unbind |
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 |
API Name | URL |
---|---|
Device Control | POST:/v1.0/iot-01/voice/users/devices/{device_id}/commands |
Discover Devices | GET:/v1.0/iot-01/voice/users/devices |
Discover Scenes | GET:/v1.0/iot-01/voice/users/scenes |
Query Device Status | GET:/v1.0/iot-01/voice/users/devices/{device_id}/status |
Control Scenes | POST:/v1.0/iot-01/voice/users/scenes/{scene_id}/commands |
API Name | URL |
---|---|
Get Real-Time Data | GET:/v1.0/electric-energy/{device_id}/actions/realtime-data |
API Name | URL |
---|---|
Enable/Disable Scheduled Task | PUT:/v2.0/cloud/timer/device/{device_id}/state |
Query Scheduled Task | GET:/v2.0/cloud/timer/device/{device_id} |
Add Scheduled Task | POST:/v2.0/cloud/timer/device/{device_id} |
Modify Scheduled Task | PUT:/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 |
---|---|
Switch Channel Table | PUT:/v2.0/infrareds/{infrared_id}/remote/{remote_id}/channels |
Switch Channels | POST:/v2.0/infrareds/{infrared_id}/channel/switch |
Delete Custom Channel Table | DELETE:/v2.0/infrareds/{infrared_id}/remote/custom/{submit_id} |
Update Custom Channel Table | PUT:/v2.0/infrareds/{infrared_id}/remote/{remote_id}/custom/{submit_id} |
Get Carriers by Region ID | GET:/v2.0/infrareds/{infrared_id}/areas/{area_id}/operators |
Get Channel List | GET:/v2.0/infrareds/{infrared_id}/remote/channels |
Get Channel List | GET:/v2.0/infrareds/{infrared_id}/remote/{remote_id}/channels |
Get All Channel Names | GET:/v2.0/infrareds/{infrared_id}/remote/all-channels |
Get Region List | GET:/v2.0/infrareds/{infrared_id}/provinces/{province_id}/cities/{city_id}/areas |
Get Province List | GET:/v2.0/infrareds/{infrared_id}/provinces |
Get Channels Bound with Set-Top Box | GET:/v2.0/infrareds/{infrared_id}/remote/{remote_id}/selected-channels |
Get City List | GET:/v2.0/infrareds/{infrared_id}/provinces/{province_id}/cities |
API Name | URL |
---|---|
Report Device Property | POST:/v1.0/iot-03/3rdcloud/devices/{device_id}/property/report |
Report Device Response | POST:/v1.0/iot-03/3rdcloud/devices/{device_id}/action-resp/report |
Report Device Event | POST:/v1.0/iot-03/3rdcloud/devices/{device_id}/event/report |
API Name | URL |
---|---|
PTZ Control | POST:/v1.0/cameras/{device_id}/configs/ptz |
API Name | URL |
---|---|
Get Remote Control Brand | GET:/v2.0/infrareds/{infrared_id}/categories/{category_id}/remotes/{remote_index}/brands |
Get Infrared Code Library Information | GET:/v2.0/infrareds/{infrared_id}/categories/{category_id}/brands/{brand_id}/remotes/{remote_index}/rules |
Get Keys of Remote Control | GET:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/keys |
Send Standard Command | POST:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/command |
Get Brand List | GET:/v2.0/infrareds/{infrared_id}/categories/{category_id}/brands |
Send Standard Command (During Pairing) | POST:/v2.0/infrareds/{infrared_id}/testing/command |
Get Remote Control Indexes | GET:/v2.0/infrareds/{infrared_id}/categories/{category_id}/brands/{brand_id}/remote-indexs |
Send Key Command | POST:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/raw/command |
Get Remote Control List | GET:/v2.0/infrareds/{infrared_id}/remotes |
Send Key Command (During Pairing) | POST:/v2.0/infrareds/{infrared_id}/testing/raw/command |
Delete Remote Control | DELETE:/v2.0/infrareds/{infrared_id}/remotes/{remote_id} |
Add Remote Control | POST:/v2.0/infrareds/{infrared_id}/remotes |
Modify Remote Control Name | PUT:/v2.0/infrareds/{infrared_id}/remotes/{remote_id} |
Get Category List | GET:/v2.0/infrareds/{infrared_id}/categories |
API Name | URL |
---|---|
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 |
Create Group | POST:/v2.1/cloud/thing/group |
Get Device Group | GET:/v2.1/cloud/thing/group/device/{device_id} |
Query Group Task Progress | GET:/v2.1/cloud/thing/group/task/{group_id}/{task_id} |
Query Group Status | GET:/v2.1/cloud/thing/group/{group_id}/status-set |
Remove Devices | DELETE:/v2.1/cloud/thing/group/{group_id}/devices |
Delete Group | DELETE:/v2.1/cloud/thing/group/{group_id} |
Query Group Devices | GET:/v2.1/cloud/thing/group/{group_id}/devices |
Modify Group Information | PUT:/v2.1/cloud/thing/group/{group_id} |
Send Group Properties | POST:/v2.1/cloud/thing/group/{group_id}/properties |
Query Group Details | GET:/v2.1/cloud/thing/group/{group_id} |
API Name | URL |
---|---|
Discover Scenes | GET:/v1.0/iot-01/voice/users/{uid}/scenes |
Query Device Status | GET:/v1.0/iot-01/voice/users/{uid}/devices/{device_id}/status |
Scene Control | POST:/v1.0/iot-01/voice/users/{uid}/scenes/{scene_id}/commands |
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 |
API Name | URL |
---|---|
Clear Device Data | POST:/v1.0/access-control/{device_id}/actions/cleardata |
Sync Device Time | POST:/v1.0/access-control/{device_id}/actions/synctime |
API Name | URL |
---|---|
Send TTS Command | POST:/v1.0/aispeech/voice/push |
API Name | URL |
---|---|
Modify Cleaning Map Name | POST:/v1.0/users/sweepers/file/{device_id}/file-name |
Get Link of Real-Time Map | GET:/v1.0/users/sweepers/file/{device_id}/realtime-map |
Delete Cleaning Map | DELETE:/v1.0/users/sweepers/file/{device_id}/clean-history |
Get Map File List | GET:/v1.0/users/sweepers/file/{device_id}/list |
Get Download Link of Map | GET:/v1.0/users/sweepers/file/{device_id}/download |
API Name | URL |
---|---|
Set Over-Voltage Protection Value | POST:/v1.0/electric-energy/{device_id}/actions/voltage-over |
Set Power Limit | POST:/v1.0/electric-energy/{device_id}/actions/power-limit |
Set Current Limit | POST:/v1.0/electric-energy/{device_id}/actions/current-limit |
Set Leakage Alert Value | POST:/v1.0/electric-energy/{device_id}/actions/leak-warn-value |
Set Leakage Action Value | POST:/v1.0/electric-energy/{device_id}/actions/leak-action-value |
Set Electricity Consumption Alert Value | POST:/v1.0/electric-energy/{device_id}/actions/electric-warn |
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 |
---|---|
Delete Face Image | DELETE:/v1.0/cameras/{device_id}/configs/face/{face_id} |
Add Face Image | POST:/v1.0/cameras/{device_id}/configs/face/{face_id} |
Change Face Image | PUT:/v1.0/cameras/{device_id}/configs/face/{face_id} |
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 |
---|---|
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 |
---|---|
Transfer Device | POST:/v1.0/iot-03/assets/devices/{device_id}/actions/transfer |
API Name | URL |
---|---|
Update Learning Code | PUT:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/learning-codes |
Save Learning Code | POST:/v2.0/infrareds/{infrared_id}/learning-codes |
Send Learning Code | POST:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/learning-codes |
Get Learning Codes | GET:/v2.0/infrareds/{infrared_id}/remotes/{remote_id}/learning-codes |
Modify Learning Status | PUT:/v2.0/infrareds/{infrared_id}/learning-state |
Get Learned Remote Control Code | GET:/v2.0/infrareds/{infrared_id}/learning-codes |
Delete Learning Code | DELETE:/v2.0/infrareds/{infrared_id}/learning-codes/{learn_id} |
Get General Key Information | GET:/v2.0/infrareds/{category_id}/base-key |
API Name | URL |
---|---|
Modify Access Control Rule | PUT:/v1.0/iot-02/access-controls/{access_control_id} |
Add Access Control Rule | POST:/v1.0/iot-02/access-controls |
Delete Access Control Rule | DELETE:/v1.0/iot-02/access-controls/{access_control_id} |
API Name | URL |
---|---|
Set Enabling Switch | POST:/v1.0/electric-energy/{device_id}/actions/hand-enable |
Set Circuit Switch | POST:/v1.0/electric-energy/{device_id}/actions/switch |
API Name | URL |
---|---|
Get Details of Device Group Tasks | GET:/v1.0/iot-03/device-groups/{group_id}/tasks |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback