NameDescriptionTypeAdditional information
codebookKey

The key of the Codebook for this Question.

integer

Required

responsesAdded

The count of Responses added to the Question.
This is the number of responses in the PutResponsesRequest that had rid values that were not already present in this Question.

integer

Required

existingResponsesUnchanged

The count of existing Responses unchanged.
This is the number of responses in the PutResponsesRequest that had rid values that were already present in this Question.

integer

Required

responsesCodedByTextMatch

The count of responses coded by text match.
This value will always be zero unless autoCodeTextMatch in the request is true.

integer

Required

responsesCodedByInputId

The count of responses coded by input ID.
This value will always be zero unless autoCodeInputId in the request is true.

integer

Required

responsesCodedByRegex

The count of responses coded by regular expression.
This value will always be zero unless autoCodeByRegex in the request is true.

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.