GetDataByProjectGeneral
Description
Returns a ConfirmitDataResult containing the survey data. All levels in the project will be returned.
Signature
ConfirmitDataResult GetDataByProjectGeneral(string key, string projectId, bool includeSystemVariables, DatabaseType databaseType, ResponseToken token)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
projectId |
string required |
The project ID |
includeSystemVariables |
bool required |
True will include all the system variables in the result, false will exclude them. |
databaseType |
DatabaseType required |
Production or Test. |
token |
ResponseToken optional |
The response token. |