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

Analyze Tasks CSV Conversion

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

Analyses a foreign task export (currently BrightManager, saved as CSV) and returns the distinct assignees and progress values needing mapping, with suggested users/statuses, plus a client name match summary. Stateless: no data is persisted.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body

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

Responses

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