Skip to content

GET 获取单个场景

GET /clip/v2/resource/scene/scene_uuid

说明 获取单个场景信息

Body 请求参数

json
{}

请求参数

名称位置类型必选中文名说明
bodybodyobjectnone

返回示例

json
{
  "code": 0,
  "data": {
    "arr": [],
    "obj": {
      "background": "",
      "colors": [
        4293551661,
        4292219417,
        4293890993,
        4283345655,
        4288215906
      ],
      "icon": "",
      "id": "3EBD2DB5-B946-4BBA-B678-C7B7C6BA4D0F",
      "is_active": 0,
      "name": "端午龙舟",
      "parent_id": "2F84620F-C289-4AA3-8A1E-D6DE9C33D1F5",
      "parent_type": "group_light",
      "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",
      "scene_type": 2,
      "sequence": 0,
      "type": "scene"
    }
  },
  "msg": "success"
}

返回结果

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

返回数据结构

状态码 200

名称类型必选约束中文名说明
» codeintegertruenonenone
» msgstringtruenonenone
» dataobjecttruenonenone
»» objobjecttruenonenone
»»» 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专用