Skip to main content
Question

API and Depreciation Information

  • April 25, 2025
  • 3 replies
  • 64 views

Forum|alt.badge.img+1

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.

3 replies

Forum|alt.badge.img+16
  • Specialist
  • April 25, 2025

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?


Laura V
Forum|alt.badge.img+2
  • Employee
  • April 25, 2025

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!


Forum|alt.badge.img+1

Thank you, Laura. I DO think, that at the current moment, there is nothing in those fields. I will make some changes and try again. Thanks