ICallHistoryWithVariablesService
Interface to retrieve information about call history including survey fields
Methods
- GetAsync( List<string> surveyIds, bool? includeBreakTimes, bool? includeLoginLogoutInfo, DateTime? startTime, DateTime? endTime, List<string> variables)
-
Get call history including replicated variables
Parameters
- surveyIds
-
List of unique identifiers for the surveys (pXXXXXXXX), separated by comma or semicolon. If null, the history for all surveys will be returned.
- includeBreakTimes
-
Whether break times are to be included
- includeLoginLogoutInfo
-
Whether login/logout information is to be included in the result
- startTime
-
When specified, only events occurring after this time will be returned
- endTime
-
When specified, only events that occurred before this time will be returned
- variables
-
Survey field names (having 'Available as CATI filter' option enabled) to be included in the result
Returns
List of CallHistoryWithVariables objects