Link Import
| Endpoint | Method |
|---|---|
/api/admin/settings/data-transfer/imports/{id}/link | POST |
Runs the post-process linking stage of the import. This follows the processing stage (see Start) and resolves relationships between the imported records. The {id} is the import id.
json
{ "stats": { "processed": 12, "total": 12, "invalid": 0 }, "import": { /* ... */ } }The stats values above are illustrative.
Permission: settings.data_transfer.imports.edit.

