device
Get the list of journeys for a device, derived from events whose body contains journey and jcount fields. Returns journey metadata only (no event payloads). Capped at 100 most recent journeys; has_more is true when the cap is hit.
get/v1/projects/{projectOrProductUID}/devices/{deviceUID}/journeys
Path parameters
projectOrProductUIDstring required
deviceUIDstring required
Query parameters
startDateinteger
Start date for filtering results, specified as a Unix timestamp
endDateinteger
End date for filtering results, specified as a Unix timestamp
Response
Successful operation