Skip to main content

Splits an open answer (Coding tool)

Splits an open answer

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

Request Body required
    splitTexts string[] nullable
Responses

Collection of created answer texts


Schema
  • Array [
  • c int32 nullable
    id string nullable
    isCoded boolean nullable
    isDeleted boolean nullable
    isSplit boolean nullable
    isWildcardExpression boolean nullable
    splitId string nullable
    t string nullable
  • ]
Loading...