Skip to content

GET 获取场景列表

GET /clip/v2/resource/scene

说明 获取场景列表 支持房间过滤

Body 请求参数

json
{
  "room_uuid": "string"
}

请求参数

名称位置类型必选中文名说明
bodybodyobjectnone
» room_uuidbodystring房间IDnone

返回示例

json
{
  "code": 0,
  "data": {
    "arr": [
      {
        "id": "3EBD2DB5-B946-4BBA-B678-C7B7C6BA4D0F",
        "type": "scene",
        "parent_id": "2F84620F-C289-4AA3-8A1E-D6DE9C33D1F5",
        "parent_type": "group_light",
        "name": "端午龙舟",
        "scene_type": 2,
        "is_active": 1,
        "picture_id": "E423E110-0398-4FFB-9E3D-E8E3A1CEEEEB",
        "picture_type": "file",
        "picture_url": "http://192.168.41.110:8000/20240829_173416_E423E110-0398-4FFB-9E3D-E8E3A1CEEEEB.png",
        "icon": "",
        "background": "",
        "sequence": 0,
        "colors": [
          4293551661,
          4292219417,
          4293890993,
          4283345655,
          4288215906
        ]
      }
    ],
    "len": 1,
    "obj": {}
  },
  "msg": "success"
}

返回结果

状态码状态码含义说明数据模型
200OKnoneInline

返回数据结构

状态码 200

名称类型必选约束中文名说明
» codeintegertruenonenone
» msgstringtruenonenone
» dataobjecttruenonenone
»» arr[object]truenonenone
»»» idstringtruenone场景IDnone
»»» typestringtruenone资源类型此处固定为 scene
»»» parent_idstringtruenone父节点none
»»» parent_typestringtruenone父节点此处固定位 group_light
»»» namestringtruenone名称none
»»» scene_typeintegertruenone场景类型1图片场景, 2颜色场景
»»» is_activeintegertruenone是否激活1已激活, 0否
»»» picture_idstringtruenone图片图片场景需要用到的字段
»»» picture_typestringtruenone资源类型此处固定为 file
»»» picture_urlstringtruenone图片地址none
»»» iconstringtruenoneBweeApp专用
»»» backgroundstringtruenoneBweeApp专用
»»» sequenceintegertruenoneBweeApp专用
»»» colors[integer]truenoneBweeApp专用