Provides walking and driving directions, ETAs & travel distances for different types of transport modes and multiple modes of routing.
Application
Ahoy Movement Studio
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Text (Short) | Yes | None |
Return | Type of data to return | Text (Short) | No | None |
Waypoints | List of waypoints | Text (Long) | No | None |
arrivalTime | Arrival time in Unix timestamp (milliseconds) | Number | No | None |
End location | Text (Long) | Yes | None | |
Routing modes | List of routing modes | Text (Long) | Yes | None |
departureTime | Departure time in Unix timestamp (milliseconds) | Number | No | None |
Start location | Text (Long) | Yes | None | |
Transport mode | Mode of transport | Text (Short) | Yes | None |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
Response body | The main content of the response | Text (Long) | No | None |
Response status code | The HTTP status code returned in the response | Number | No | None |
Response headers | Additional information provided in the response headers | Text (Long) | No | None |
Outcomes
Name | Description |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Success | This status is selected if the job has successfully completed. |