Dialer SDK > Implementation details > XML > SampleRecordXml
 
SampleRecordXml
The sample record XML encapsulates a sample record and as such includes all of the sample fields stored with the record. It also includes sample fields that are used during the process of dialing and interviewing. These fields include the UserId, ActivityStartTime, and CallRecordingsCount. The ActivityStartTime is a string with format yyyy-mm-dd hh:mm:ss in UTC.
Example SampleRecordXml string
<SampleRecord ID="ID1" QuotaEngineID="123">
<SampleFields>
<SampleField>
<name>ID</name>
<value>ID1</value>
</SampleField>
Etc.
<SampleField>
<name>UserId</name>
<value>Interviewer1</value>
</SampleField>
<SampleField>
<name>ActivityStartTime</name>
<value>2010-05-18 20:40:32</value>
</SampleField>
<SampleField>
<name>CallRecordingsCount</name>
<type>2</type>
<value>1</value>
</SampleField>

</SampleFields>
</SampleRecord>
See also
XML