Search
About the Search API
Endpoints
The Ride Search object
{
"hits": [
{
"id": "610058c5c594890018d2aa02",
"scheduledTime": "2022-08-18T01:10:16.000Z",
"pickup": {
"address": "Orlando International Airport (MCO), USA"
},
"destination": {
"address": "Tiffins Restaurant, Osceola Parkway, Orlando, FL, USA"
},
"service": {
"name": "Test Payment July"
},
"rider": {
"lastName": "Leon Bravo",
"firstName": "Tahimi"
},
"driver": {
"lastName": "Torres",
"firstName": "Leandro"
},
"passengers": 1,
"reservationNumber": "RES-713TE",
"status": "completed",
"externalId": null
}
],
"totalHits": 1,
"totalPages": 1,
"hitsPerPage": 1,
"query": "RES-713TE"
}Name
Type
Description
Search for rides
Returns a list of rides that matches the search criteria.
Authorizations
apikeystringRequired
Query parameters
querystringOptionalDefault:
The query that contains one or more search keywords and qualifiers.
""Example: RES-713TElimitinteger · int32 · min: 1OptionalDefault:
The limit of items per page in the response.
20Example: 10pageinteger · int32 · min: 1OptionalDefault:
Specify the page to retrieve. You will need to use it if you want to retrieve specific pages.
1Example: 1Responses
200
Search results that match the criteria.
application/json
400
Bad request.
application/json
401
Unauthorized.
application/json
get
/search/ridesThe Customer Search object
Name
Type
Description
Search for customers
Retrieves a list of customers that matches the search criteria.
Authorizations
apikeystringRequired
Query parameters
querystringOptionalDefault:
The query that contains one or more search keywords and qualifiers.
""Example: johnlimitinteger · int32 · min: 1OptionalDefault:
The limit of items per page in the response.
20Example: 10pageinteger · int32 · min: 1OptionalDefault:
Specify the page to retrieve. You will need to use it if you want to retrieve specific pages.
1Example: 1Responses
200
Search results that match the criteria.
application/json
400
Bad request.
application/json
401
Unauthorized.
application/json
get
/search/customersLast updated
Was this helpful?