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"
}Search for rides
Returns a list of rides that matches the search criteria.
The query that contains one or more search keywords and qualifiers.
""Example: RES-713TEThe limit of items per page in the response.
20Example: 10Specify the page to retrieve. You will need to use it if you want to retrieve specific pages.
1Example: 1Search results that match the criteria.
The number of matching criteria from the search result.
1The page for which the data is retrieved.
1The total pages of the search result.
1Set the number of hits per page.
1The query that contains one or more search keywords and qualifiers.
RES-713TEBad request.
Unauthorized.
The Customer Search object
Search for customers
Retrieves a list of customers that matches the search criteria.
The query that contains one or more search keywords and qualifiers.
""Example: johnThe limit of items per page in the response.
20Example: 10Specify the page to retrieve. You will need to use it if you want to retrieve specific pages.
1Example: 1Search results that match the criteria.
The number of matching criteria from the search result.
1The page for which the data is retrieved.
1The total pages of the search result.
1Set the number of hits per page.
1The query that contains one or more search keywords and qualifiers.
johnBad request.
Unauthorized.
Last updated
Was this helpful?