Route che restituisce tutti i trip in un formato utile al pubblico e permette anche di sapere se i trip sono già stati visionati dall'utente chiamante.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200Success
application/json
Body
🟢200TripsSchema
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://tender.whyb.it:8443/v1/trips/all/67d992830037f05237e263f8/67d992e00037f05237e299f3' \
--header'Authorization: Bearer <token>'