Get code frame definition (Coding tool)
Gets a code frame as an exchange model
Path Parameters
projectId string required
Project ID
workflowId string required
Workflow ID
toolId string required
Tool ID
codeMapId string required
Code map ID
Responses
- 200
- 400
- 401
- 403
- 404
Code frame exchange model
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
categories object[] nullable
answers string[] nullable
code int32 nullable
isCreated boolean nullable
text string nullable
deletedAnswers string[] nullable
{
"categories": [
{
"answers": [
"string"
],
"code": 0,
"isCreated": true,
"text": "string"
}
],
"deletedAnswers": [
"string"
]
}
Invalid request. The message will vary depending on the cause
Unauthorized
Access denied
Not found
Loading...