Search
Last updated
Was this helpful?
Last updated
Was this helpful?
The EverTransit Search API allows you to search for rides and customers you have previously created. To make your requests, you can use the endpoints and their methods listed below.
Attributes
hits
array
Information about the ride that matches the search criteria. For example, the ID, passengers, status, destination, service level, rider, driver, etc.
totalHits
number
The number of matching criteria from the search result.
page
number
The page for which the data is retrieved.
totalPages
number
The total pages of the search result.
hitsPerPage
number
Set the number of hits per page.
query
string
The query that contains one or more search keywords and qualifiers.
Attributes
hits
array
Information about the customer that matches the search criteria. For example, the ID, first name, last name, email, phone number, and created time.
totalHits
number
The number of matching criteria from the search result.
totalPages
number
The total pages of the search result.
hitsPerPage
number
Set the number of hits per page.
query
string
The query that contains one or more search keywords and qualifiers.
Returns a list of rides that matches the search criteria.
The query that contains one or more search keywords and qualifiers.
""
Example: RES-713TE
The limit of items per page in the response.
20
Example: 10
Specify the page to retrieve. You will need to use it if you want to retrieve specific pages.
1
Example: 1
Retrieves a list of customers that matches the search criteria.
The query that contains one or more search keywords and qualifiers.
""
Example: john
The limit of items per page in the response.
20
Example: 10
Specify the page to retrieve. You will need to use it if you want to retrieve specific pages.
1
Example: 1