Request ‒ Products/Get (Specific)
Property | Type | Description | Mandatory |
---|
productId | String | This is the unique identifier automatically assigned by IoT Platform when a Product is created. This productId is returned in the response of the Products/Post. | Y |
Example JSON Products/Get (Specific) Request
curl -X GET \
https://api.stg.axonize.com/odata/products/ 58d0d7165a4fbc0f486fe71a \
-H ‘Authorization: Token’ \
-H ‘Content-Type: application/json’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E ‘ \