How can we help?

Searching:

0 results found

Things/Get (Specific)

GET /odata/Things/Id

Description

Gets a list of Things.

See the following for request and response details ‒

 

Response ‒ Things/Get (Id)

Property Type Description Mandatory
Id String This is the unique identifier automatically assigned by Axonize when a Thing is created. Y
appId String A unique Application identifier that is automatically generated by Axonize. This is the identifier of the Application to which this Notification is assigned.

Example JSON Things/Get Request

curl –location –request GET ‘https://api.dev.axonize.com/odata/things/5ce24909e3b0c618c0b6f1b4’ \

–header ‘Accept: application/json, text/plain, */*’ \

–header ‘appId: 4eec315a-58b1-4c53-98c9-aff93bec60cd’ \

–header ‘Accept-Encoding: gzip, deflate’