Does the API querying have access to Depreciation Information, such as Replacement cost? I get a whole lot of fields back when getting an asset but I do not see Replacement Cost.
Page 1 / 1
You have to modify the endpoint a bit.
For a single assets, using GET:
https://{site}.incidentiq.com/api/v1.0/assets/{AssetId}?loadValuationData=true&loadTotalCostData=true
As long as you use this endpoint, there’s a field in the response called “Valuation” that contains this information.
Are you trying to look up multiple/all assets?
Hi,
Do you know if any of your district’s assets in iiQ have a Replacement Cost entered? It may be a field omitted from the response if completely null.
Let me know if that gets you anywhere, and in the meantime I’ll see what else I can find out for you.
---
Edit to add that the response above this one is excellent. Thank you for the response
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.