Forum Discussion

Andres4381's avatar
Andres4381
Icon for Neophyte rankNeophyte
25 days ago

Any way to query API for instance creation time?

We would like to create an integration with the Device_Component_Inventory datasource to track when components were first put into service.

However, using the /device/devices/deviceId/devicedatasources/hdsId/instances API endpoint, I don't see any fields which store this timestamp. This does exist for the devices endpoint /device/devices under createdOn with values in seconds 1733250446.

Is there any other endpoint to query to get this information? I can't find it in the web GUI either.

Thanks!

 

2 Replies

  • FYI, trying to add formatting to my post (bold & colored text) caused this error

  • I believe you can find when an instance is added or remove by looking at the audit log (portal or api), which is not the best and only works for relatively recent changes.