With Select Fields
You can select specific fields from the conversiondata object using the select parameter:
- TypeScript
- Ruby
- Python
- PHP
Parameters
An array of unique identifiers (UUIDs) of the conversions to retrieve. Maximum 100 IDs per request.
Select specific data fields to return. If not specified, all data fields are returned. See SELECT Constants for all available fields.
Response
Whether the request was successful.
Response message describing the result.
HTTP status code.
The response data containing:
conversions: Array of conversion objects (or partial objects ifselectwas used)
Request metadata containing:
reqId: Unique request identifier.resTime: Response time in milliseconds.
SELECT constants and their values, see the SELECT Constants reference.