IsRespondentUniqueKey

Description

Checks if a respondent field is set to be a unique key.

Signature
bool IsRespondentUniqueKey(string key, string projectId, string uniqueKey)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

The project ID.

uniqueKey

string required

The name of the unique key.

Response

Data Type Description

bool

True if it is unique, False if not.

Example