Detailed Report

The Details Report provides a comprehensive report of each leg of the route.

Detailed Report Request

GET

URL Parameters

Required parameters are highlighted in yellow.

Response

Loading...
                        
                    

Detailed Report Response

Data Element Description Data Type Value/Example
type Describes the type of report and what it does. String DetailReport
RouteID The route identification key(Can be null) int
Origin Where the route started from Complex
Data Element Description Data Type Value/Example
Address Encapsulates the details about the location Complex
Coords Encapsulates the details about the longitude/latitude Complex
Region Indicates the region of the location Enum
Label The label to be displayed on maps and reports in association with a stop String
PlaceName The place name which corresponds to custom place. String
Errors Encapsulated the details about the errors associated with the geocode location List of Complex Objects
Destination Where the route ends at. Complex See Origin row above
ReportLegs Turn by turn directions from origin. Complex
Data Element Description Data Type Value/Example
Origin where the route started from. Complex See origin row above.
ReportLines Gives us the details as to to time, miles and direction travelled on a route. Complex
Dest Where the route ends at. Complex See origin row above.