---
title: "Data Transfer"
method: GET
path: "/api/data-transfer/v1/data"
tags: ["Data Transfer"]
---

# Data Transfer

`GET /api/data-transfer/v1/data`

Retrieves data defined by productId of organisation identified bi uid or bur local unit.

## Query parameters

- `bur` string
- `productId` string, uuid
- `uid` string
- `year` integer

## Response `200`

OK

- DataTransferResponse — Response containing the requested product data and metadata about the request.
  - `data` unknown
  - `dataTransferRequestId` string — Unique identifier for the data transfer request (uuid)
  - `consentRequestId` string, uuid

## Other responses

- `401` — Not Authorized
- `403` — Not Allowed
- `404` — The resource or element was not found
- `500` — Internal server error: unexpected error

## Changes

- **2025-08-12** `fc4bd0a84282` — 4 breaking, 3 warning, 5 info
  - removed the required property `cantonFlAbbreviation` from the response with the `200` status
  - removed the required property `dataRequestType` from the response with the `200` status
  - removed the required property `structuralData` from the response with the `200` status
  - removed the required property `surveyYear` from the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/agridata/apis/agridata-ch-api/changes/api/data-transfer/v1/data/get.md)

---

[API](https://skmtc.dev/agridata/apis/agridata-ch-api.md) · [All operations](https://skmtc.dev/agridata/apis/agridata-ch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agridata/agridata-ch-api/revisions/fc4bd0a84282/schema)
