Apply code frame definition (Coding tool)
Path Parameters
projectId string required
Project ID
workflowId string required
Workflow ID
toolId string required
Tool ID
codeMapId string required
Code map ID
Query Parameters
mode int32
Mode for handling duplicated codes
application/json
Request Body required
- Array [
- ]
categories object[] nullable
answers string[] nullable
code int32 nullable
isCreated boolean nullable
text string nullable
deletedAnswers string[] nullable
Responses
- 200
- 400
- 401
- 403
- 404
Updated code map
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
_etag string nullable
categories object[] nullable
code int32 nullable
id string nullable
oaToInc string[] nullable
text string nullable
type int32
Possible values: [0
, 1
, 2
]
Default value: 0
id string nullable
quesId string nullable
rspAnswers object[] nullable
c int32 nullable
id string nullable
isCoded boolean nullable
isDeleted boolean nullable
isSplit boolean nullable
isWildcardExpression boolean nullable
splitId string nullable
t string nullable
sortBy string nullable
sortDescending boolean nullable
text string nullable
type string nullable
verbatimSortBy string nullable
verbatimSortDescending boolean nullable
workflowId string nullable
{
"_etag": "string",
"categories": [
{
"code": 0,
"id": "string",
"oaToInc": [
"string"
],
"text": "string",
"type": 0
}
],
"id": "string",
"quesId": "string",
"rspAnswers": [
{
"c": 0,
"id": "string",
"isCoded": true,
"isDeleted": true,
"isSplit": true,
"isWildcardExpression": true,
"splitId": "string",
"t": "string"
}
],
"sortBy": "string",
"sortDescending": true,
"text": "string",
"type": "string",
"verbatimSortBy": "string",
"verbatimSortDescending": true,
"workflowId": "string"
}
Invalid request. The message will vary depending on the cause
Unauthorized
Access denied
Not found
Loading...