PHP
Retrieve a record
Retrieve one record by its Insion record ID
$response = $client->retrieveARecord('rec_123');retrieveARecord(string $recordId, ?array $options = null): ?RecordResponse takes an Insion recordId returned by earlier API calls, not clientId. The stored record is available in the response data.