---
title: "查询模块详情"
method: POST
path: "/api/v1/things/ota/module/info/read"
tags: ["things/ota/module/info", "thingsOtaModuleInfo"]
---

# 查询模块详情

`POST /api/v1/things/ota/module/info/read`

## Request body

- WithIDOrCode
  - `code` string
  - `id` integer — id

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` OtaModuleInfo
    - `code` string
    - `createdTime` integer
    - `desc` string
    - `id` integer
    - `name` string
    - `productID` string
  - `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)
