Get product detail
HTTP Request URL: http(s)://api.thingboot.com/{AppID}/product/detail/?sign={sign}&ts={ts}
About the sign and ts definition
Or
MQTT Publish Topic: api/{AppID}/product/detail
The returned results are also received on the same topic.
Request parameters
| Name | Type | Description |
|---|---|---|
| id | string | Product ID, obtained from the product list |
Return results
| Name | Type | Description |
|---|---|---|
| id | int | ID |
| name | string | product name |
| key | string | product key |
| mode | string | mode |
| network | string | network |
| properties | json | properties |
| commands | json | commands |
| events | json | events |
| configs | json | configs |
Return example