!!!danger
Deprecation Date: October 15, 2021
Removal Date: April 15, 2022
!!!

## Removed fields and endpoints

| API Endpoint | Change |
|---|---|
| `GET /api/assets/` | `attributes.code` has been removed from the response. `attributes` is now an array of: `id`, `values` |
| `GET /api/catalogs/` | `attributes.code` has been removed from the response. `attributes` is now an array of: `id`, `values` |
| `GET /api/documents/` | `attributes.code` has been removed from the response. `attributes` is now an array of: `id`, `values` |
| `GET /api/variants/` | `attributes.code` has been removed from the response. `attributes` is now an array of: `id`, `values` |
| `GET /api/catalogs/` | The `fieldData` attribute has been removed from the response |
| `/api/data-flow-profiles/models` | All HTTP methods have been removed. Use `/api/import/models` and `/api/export/models` instead |
| `/api/link-types/` | `parent` and `child` have been removed. Use `origin` and `target` respectively |
