Convert Tasks CSV
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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body
{
"file": "string",
"mappings": "string"
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden