Skip to main content
GET
Get reservation by Reservation #
Do not call this endpoint in a loop or on a timer — that’s what webhooks are for.

Authorizations

token
string
header
required

Security token obtained from getToken2.

Path Parameters

GRIDDID
string
required

GRiDD ID.

RESERVATIONID
string
required

Reservation # of the requester.

version
enum<string>
required

API version. Must be set to V1.

Available options:
V1

Response

Latest reservation snapshot

The GNet reservation payload. See the Object Model reference for full field-by-field documentation. Dates/times in location sections are local to the pickup location, format YYYY-MM-DDTHH:mm:ss.

affiliateReservation
object
required

Header section of the payload: GNet member IDs of the sender and receiver, their reservation numbers, and the command field.

locations
object
required
passengerCount
string
required

Number of passengers.

Example:

"1"

passengers
object[]
required
preferredVehicleType
string
required

Requested vehicle type. See the Vehicle Types reference.

Example:

"SEDAN"

reservationType
enum<string>
required

Reservation type. QUOTE requests return pricing without creating a reservation.

Available options:
REGULAR,
ONDEMAND,
QUOTE
preferredChauffeurNo
string

ID of preferred chauffeur.

runType
enum<string>

Run type.

Available options:
TRANSPORT,
AIRPORT,
HOURLY
status
string

Status code of the reservation.

Example:

"BOOKING_REQUEST"

reservationDate
string

Date the reservation was created, local time, YYYY-MM-DDTHH:mm:ss.

specialInstructions
string

Trip notes and instructions.

totalAmount
string

Estimated total cost of trip.

totalTripDuration
string

Trip duration in minutes. For hourly trips, the estimated minutes.

totalTripDist
string

Total trip distance.

namesignInstructions
string

Name sign instructions.

namesignURL
string

URL for the name sign.

luggageCount
string

Number of pieces of luggage.

meetAndGreet
string

Meet and greet instructions.

operatorId
string

Operator ID.

origination
string

Trip origination code or identifier.

submissionTarget
string

Target for submission.

transactionId
string

Required when updating a reservation. Leave blank for NEW reservations.

submitMode
string

Set to WAIT to process synchronously and wait for the result. Leave blank otherwise.

Example:

"WAIT"

fees
object[]

Charge line items.

notes
object[]

Affiliate notes.

account
object

Account information of the SENDER in the RECEIVER system.