GetResponse
Retrieves the Fillout responses for one subject and secondary subject.
Syntax
GetResponse(string APIKeyHeader, string Message, string ProjectID, string SubjectID, string contextID, boolean showDeleted, string multiMode)
Inputs: <InputParameter>
Properties | Attribute Type | Description |
---|---|---|
DataSourceID: string | Message Header | < description > |
Outputs: Responses
Responses Structure
Properties | Attribute Type | Description |
---|---|---|
TransactionID: long | Message Header | A long integer value represents the current import transaction. And It is used later as an input parameter when executing and finalizing the data import. If the TransactionID value is 0, it means the registration is failed. |
Message: string | Message Header | A value describes the error when the data transfer fails. Otherwise, it’s ‘Success’. |
Back to top