Skip to main content

Add texts to a category (Coding tool)

Adds one or many texts to a category

Path Parameters
    projectId string required

    Project ID

    workflowId string required

    Workflow ID

    toolId string required

    Tool ID

    codeMapId string required

    Code map ID

    categoryId string required

    Category ID

Request Body array required

Array of strings

  • Array [
  • string

  • ]
Responses

Updated answers, created answers and the updated categoy


Schema
    addedRespondentAnswers object[] nullable
  • 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
  • ]
  • updatedCategory object
    code int32 nullable
    id string nullable
    oaToInc string[] nullable
    text string nullable
    type int32

    Possible values: [0, 1, 2]

    Default value: 0

    updatedRespondentAnswers object[] nullable
  • 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...