Name | Description | Type | Additional information |
---|---|---|---|
codebookKey |
The key of the Codebook for this Question. |
integer |
Required |
responsesAdded |
The count of Responses added to the Question. |
integer |
Required |
existingResponsesUnchanged |
The count of existing Responses unchanged. |
integer |
Required |
responsesCodedByTextMatch |
The count of responses coded by text match. |
integer |
Required |
responsesCodedByInputId |
The count of responses coded by input ID. |
integer |
Required |
responsesCodedByRegex |
The count of responses coded by regular expression. |
integer |
Required |
addedResponses |
The responses added to the question as a result of the POST operation. |
Collection of AddedResponse |
Required |
errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |