TraceTracker Navigator with Quick search provides an efficient way to view the TT data in the browser.

The data is also accessible from REST, where the following endpoints in GQI will return TT Data.

  • /object/{epc}
    Retrieves information about a specific object, including information about related objects in the local graph
  • /object/count
    Runs a search for TT Data and returns the number of objects.
  • /object/details
    Retrieves information about one or more objects.
  • /object/list
    Runs a search for TT Data with provided parameters

More information about the endpoints and their parameters can be found in the GTNet Query Interface (GQI) API and in the the GTNet Query Interface Guide document.