GetDataGeneral
Description
Returns a TransferResult containing the survey data. All levels in the project will be returned.
Signature
ConfirmitDataResult GetDataGeneral(string key, TransferDefBase transferDef, ResponseToken token)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
transferDef |
TransferDefBase required |
The transfer definition object. It can be a SimpleTransferDef or a TransferDef object. |
token |
ResponseToken optional |
The response token. |