Reopen an answer (Coding tool)
Reopens a categorised answer from all categories
Path Parameters
projectId string required
Project ID
workflowId string required
Workflow ID
toolId string required
Tool ID
codeMapId string required
Code map ID
answerId string required
Answer ID
Responses
- 200
- 400
- 401
- 403
- 404
Payload of CodingReopenAnswerMultiCategories
application/json
Schema
Example (from schema)
Schema
updatedCategoryIds string[] nullable
updatedRespondentAnswer object
c int32 nullable
id string nullable
isCoded boolean nullable
isDeleted boolean nullable
isSplit boolean nullable
isWildcardExpression boolean nullable
splitId string nullable
t string nullable
{
"updatedCategoryIds": [
"string"
],
"updatedRespondentAnswer": {
"c": 0,
"id": "string",
"isCoded": true,
"isDeleted": true,
"isSplit": true,
"isWildcardExpression": true,
"splitId": "string",
"t": "string"
}
}
Invalid request. The message will vary depending on the cause
Unauthorized
Access denied
Not found
Loading...