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

Convert Tasks CSV

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

Converts a BrightManager task export into the native task CSV format using the provided assignee and progress mappings. Every non-empty source field without a native column is preserved in the Notes cell. Returns the converted CSV for download; import it via the native import.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body

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

Responses

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

Try it