Get Business Travel
Get Business Travel
Retrieve a specific business travel record by ID
GET
Get Business Travel
Get Business Travel
Retrieve detailed information about a specific business travel record by its unique identifier.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
The unique identifier (UUID) of the business travel recordExample:
550e8400-e29b-41d4-a716-446655440000Response
string
Unique identifier (UUID)
string
Organization UUID
string | null
Travel record label
string | null
Traveler email
string
Mode of transport:
car, metro, train, trolleybus, bus, motorbike, aircraft, ferrydate
Start date of travel
date
End date of travel
number | null
Distance traveled in kilometers
string | null
How the distance was obtained:
manual (provided directly), geodesic (great-circle for aircraft), or google_maps (other transport types with origin/destination)string | null
Starting location address
string | null
Ending location address
object | null
Geocoded origin location details (when available)
object | null
Geocoded destination location details (when available). Same structure as
origin_geocode.string
Trip type:
one_way or roundinteger
Number of trips
integer
Number of passengers per trip
string | null
Vehicle size (car only):
small, medium, largestring | null
Fuel type (car only):
diesel, petrol, natural_gas, lpg, electric, hybrid, not_fuel_based, do_not_knowstring | null
Renewable energy usage:
yes, no, do_not_knowstring
Current status:
active, pending, loading, completed, errorstring
Record source:
api, manual, bulk_upload, formnumber | null
Calculated CO2 equivalent emissions in kg.
null or 0 while calculation is pending.string | null
File UUID if created via bulk upload
string | null
File name if created via bulk upload
object | null
The user who created this record
datetime
Creation timestamp
datetime | null
Last update timestamp
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: Business travel not found or doesn’t belong to your organizationRelated Endpoints
List Business Travels
Retrieve all business travels
Create Business Travel
Create a new business travel record
Update Business Travel
Modify business travel details
Delete Business Travel
Remove a business travel record