Query the list of default scene graphs

Last Updated on : 2023-12-07 03:33:52download

Used to query the list of default scene graphs.

API address

GET: /v1.0/scenes/default-pictures

Return parameter

Parameter nameTypeDescription
resultListReturn to the scene map address list

Request example

GET: /v1.0/scenes/default-pictures

Return example

{
    "result": [
        "https://images.tuyacn.com/smart/rule/cover/starry.png ",
        "https://images.tuyacn.com/smart/rule/cover/sport.png"
    ],
    "t": 1541071460239,
    "success": true
}

Error code

For more information, see error code.