Skip to main content
This function allows you to retrieve multiple conversions by their unique identifiers in a single request, see an example below:
You should authenticate/initialize Ip2Geo before using this method.

With Select Fields

You can select specific fields from the conversion data object using the select parameter:

Parameters

Array<string>
required
An array of unique identifiers (UUIDs) of the conversions to retrieve. Maximum 100 IDs per request.
Array<SelectField>
Select specific data fields to return. If not specified, all data fields are returned. See SELECT Constants for all available fields.

Response

boolean
Whether the request was successful.
string
Response message describing the result.
number
HTTP status code.
object | null
The response data containing:
  • conversions: Array of conversion objects (or partial objects if select was used)
object
Request metadata containing:
  • reqId: Unique request identifier.
  • resTime: Response time in milliseconds.
For all available SELECT constants and their values, see the SELECT Constants reference.

Error Handling

If any of the provided conversion IDs are invalid (not valid UUIDs), the request will fail and return the list of invalid IDs: