Skip to main content

GeoTab Fault Data - Enriched with Noregon - API Access?

jkwong
Original Poster

Hello,
First post here.

Fault enrichment data within GeoTab. Powered by Noregon. Can it be accessed via API?
We are able to access the regular fault data, but we want ability to pull the enriched data like severity level, risk of breakdown, failure mode description etc.

It shows up in the GUI, need to know if we can pull it via API?

Thanks!

Join the conversation

You need to be logged in to reply to this post and participate in the Geotab Community discussions.

1 Reply

EishiFUN
Community Administrator

Hi @jkwong , welcome to the Community! We are glad you are here!


The enriched fields are available as properties of the MyGeotab FaultData API object, including:
- severity
- riskOfBreakdown
- failureMode
- faultDescription
- recommendation
- effectOnComponent

You can request them using Get or GetFeed for FaultData. However, these fields may be null when enrichment is unavailable for a particular fault. The API documentation confirms that the fields exist, but does not guarantee that every value shown in the MyGeotab UI will be populated for every Noregon-enriched record.

I recommend testing the API against a known enriched fault and comparing the response with the corresponding record in MyGeotab.

The current API reference is available here:
https://developers.geotab.com/myGeotab/apiReference/objects/FaultData/

Hope that helps!
Eishi FUN

Still have questions?