Asynchronously retrieves data from a web service using the specified query parameters and endpoint.
The parameters to be used in the query string of the request.
The endpoint URL to which the request is sent.
A promise that resolves to the response data or false if an error occurs.
Asynchronously retrieves data from a web service using the specified query parameters and endpoint.