GetRespondentEmailLogByTaskGeneral

Description

Gets the email log entries, that are logged during a respondent emailing task, based on the task id.

Only entries that are logged for the authenticated user will be returned. In addition to the fields specified by the "fieldName" input parameter, two standard fields will be in the data set: * TimeStamp The time when the entry was logged. * TaskId The task id of the email task that logged the entry.
Signature
ConfirmitData GetRespondentEmailLogByTaskGeneral(string key,string projectId,string[] fieldNames,long taskId)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

The project ID

fieldNames

string[ ] required

The respondent field names that should be in the returned result.

taskId

long required

The task id to get log entries for.

Response

Data Type Description

The email log entries.

Example