---
title: "获取设备配置详情"
method: POST
path: "/api/v1/things/device/profile/read"
tags: ["things/device/profile", "thingsDeviceProfile"]
---

# 获取设备配置详情

`POST /api/v1/things/device/profile/read`

## Request body

- DeviceProfileReadReq
  - `code` string, required
  - `device` DeviceCore, required
    - `deviceName` string, required — 设备名称
    - `productID` string, required — 产品ID
    - `productName` string

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` DeviceProfile
    - `code` string, required
    - `device` DeviceCore, required
      - `deviceName` string, required — 设备名称
      - `productID` string, required — 产品ID
      - `productName` string
    - `params` string, required
  - `msg` string

---

[API](https://skmtc.net/unitedrhino/apis/things-api.md) · [All operations](https://skmtc.net/unitedrhino/apis/things-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unitedrhino/things-api/revisions/f3bdeb916389/schema)
