API Docs / Schemas / TaskImportRowResultDto

TaskImportRowResultDto

The outcome of importing a single task CSV row

Properties

Name Type Description
rowIdstring

The RowId from the import selection

The RowId from the import selection

namestring

The task name from the row

The task name from the row

actionstring

What the import did with the row: "Create", "Update" or "Skip"

What the import did with the row: "Create", "Update" or "Skip"

successboolean

Whether the row imported successfully

Whether the row imported successfully

taskCodestring

The code of the created or updated task

The code of the created or updated task

errorstring

Why the row failed, when Success is false

Why the row failed, when Success is false

JSON Example

{
  "rowId": "string",
  "name": "string",
  "action": "string",
  "success": false,
  "taskCode": "string"
}

Contained in Schemas