Skip to main content

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.

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, ​@SPenland 4671c29 gilmer, thanks for your question. 

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 ​@jclark!


Reply