API Docs / Operations / Tasks - Import / Import Tasks CSV

Import Tasks CSV

POST /tenants/{tenant}/tasks/import/csv

Re-uploads an analyzed task CSV with the user's selections and creates or updates tasks; a row's Notes text becomes a task note. Returns per-row results.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body

multipart/form-data
{
  "file": "string",
  "selections": "string"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden