---
title: "Changes to Get Consent Request"
method: GET
path: "/api/agreement/v1/consent-requests/{id}"
---

# Changes to Get Consent Request

`GET /api/agreement/v1/consent-requests/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 23 of 56 revisions.

- **2026-08-31** `5760204210ed` — 1 warning
- **2026-08-13** `a0609096db65` — 1 info
- **2026-08-11** `52c1637abca0` — 1 info
- **2026-06-19** `a3a589189892` — 1 info
- **2026-06-04** `d1729646b766` — 2 warning
- **2026-05-29** `a598446f8093` — 2 info
- **2026-05-26** `7cee7b14bf6f` — 2 warning
- **2026-05-12** `5b038eea902d` — 8 warning
- **2026-05-04** `b2698fe1c30a` — 2 info
- **2026-04-08** `36609d47a3a7` — 2 warning, 1 info
- **2026-04-07** `17e7d9dc96ae` — 2 breaking
- **2026-03-27** `04782ee6ad3c` — 3 warning, 1 info
- **2026-03-17** `33909550f895` — 1 info
- **2026-02-17** `96d7312339c4` — 1 breaking, 2 info
- **2026-02-09** `0d45567e16a8` — 2 warning, 1 info
- **2025-11-20** `edd6a83c3b2d` — 1 info
- **2025-11-12** `5d3bfaef5e9d` — 1 breaking
- **2025-11-12** `278c0abe9739` — 1 info
- **2025-09-16** `34c19e697f58` — 1 breaking
- **2025-08-29** `254de85b7d17` — 1 breaking
- **2025-08-20** `b323821f7a1a` — 2 warning, 2 info
- **2025-08-12** `fc4bd0a84282` — 3 breaking, 5 warning
- **2025-08-07** `2c9aad2e6e1c` — 2 info

## Changes

- **2026-08-31** `5760204210ed` — 1 warning
  - added the new `LEGALLY_PERMITTED` enum value to the `stateCode` response property for the response status `200`
- **2026-08-13** `a0609096db65` — 1 info
  - endpoint deprecated
- **2026-08-11** `52c1637abca0` — 1 info
  - added the optional property `dataProducerBur` to the response with the `200` status
- **2026-06-19** `a3a589189892` — 1 info
  - added the required property `dataRequest/advantages` to the response with the `200` status
- **2026-06-04** `d1729646b766` — 2 warning
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `404`
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `500`
- **2026-05-29** `a598446f8093` — 2 info
  - removed the `DATA_PROVIDER_ERROR` enum value from the `type` response property for the response status `404`
  - removed the `DATA_PROVIDER_ERROR` enum value from the `type` response property for the response status `500`
- **2026-05-26** `7cee7b14bf6f` — 2 warning
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `404`
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `500`
- **2026-05-12** `5b038eea902d` — 8 warning
  - added the new `OTP_EXPIRED` enum value to the `type` response property for the response status `404`
  - added the new `OTP_EXPIRED` enum value to the `type` response property for the response status `500`
  - added the new `OTP_INVALID` enum value to the `type` response property for the response status `404`
  - added the new `OTP_INVALID` enum value to the `type` response property for the response status `500`
  - added the new `OTP_LOCKED` enum value to the `type` response property for the response status `404`
  - added the new `OTP_LOCKED` enum value to the `type` response property for the response status `500`
  - added the new `OTP_RESEND_COOLDOWN` enum value to the `type` response property for the response status `404`
  - added the new `OTP_RESEND_COOLDOWN` enum value to the `type` response property for the response status `500`
- **2026-05-04** `b2698fe1c30a` — 2 info
  - added the optional property `dataRequest/consumerSignatureType` to the response with the `200` status
  - added the optional property `dataRequest/providerSignatureType` to the response with the `200` status
- **2026-04-08** `36609d47a3a7` — 2 warning, 1 info
  - added the new `TO_BE_ACTIVATED` enum value to the `dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_RELEASED_BY_PROVIDER` enum value to the `dataRequest/stateCode` response property for the response status `200`
  - added the optional property `dataRequest/dataSourceSystem/dataProvider/uid` to the response with the `200` status
- **2026-04-07** `17e7d9dc96ae` — 2 breaking
  - the response property `dataRequest/dataSourceSystem/dataProvider/id` became optional for the status `200`
  - the response property `dataRequest/dataSourceSystem/id` became optional for the status `200`
- **2026-03-27** `04782ee6ad3c` — 3 warning, 1 info
  - added the new `TO_BE_RELEASED_BY_CONSUMER` enum value to the `dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_SIGNED_BY_CONSUMER` enum value to the `dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_SIGNED_BY_PROVIDER` enum value to the `dataRequest/stateCode` response property for the response status `200`
  - removed the `TO_BE_SIGNED` enum value from the `dataRequest/stateCode` response property for the response status `200`
- **2026-03-17** `33909550f895` — 1 info
  - added the optional property `dataRequest/currentContractRevisionId` to the response with the `200` status
- **2026-02-17** `96d7312339c4` — 1 breaking, 2 info
  - the response property `dataRequest/dataProviderId` became optional for the status `200`
  - added the optional property `dataRequest/dataSourceSystem` to the response with the `200` status
  - added the optional property `dataRequest/dataSourceSystemId` to the response with the `200` status
- **2026-02-09** `0d45567e16a8` — 2 warning, 1 info
  - added the new `CONSENT_NOT_GRANTED` enum value to the `type` response property for the response status `404`
  - added the new `CONSENT_NOT_GRANTED` enum value to the `type` response property for the response status `500`
  - added the required property `dataRequest/dataProviderId` to the response with the `200` status
- **2025-11-20** `edd6a83c3b2d` — 1 info
  - endpoint added
- **2025-11-12** `5d3bfaef5e9d` — 1 breaking
  - api path removed without deprecation
- **2025-11-12** `278c0abe9739` — 1 info
  - endpoint added
- **2025-09-16** `34c19e697f58` — 1 breaking
  - api path removed without deprecation
- **2025-08-29** `254de85b7d17` — 1 breaking
  - the `dataRequest/dataConsumerUid` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
- **2025-08-20** `b323821f7a1a` — 2 warning, 2 info
  - removed the optional property `burs/items/subBurs` from the response with the `200` status
  - added the new `VIEHHANDELSUNTERNEHMEN` enum value to the `burs/items/farmTypeCode` response property for the response status `200`
  - added the optional property `dataRequest/targetGroup` to the response with the `200` status
  - removed the `VIEHHANDESUNTERNEHMEN` enum value from the `burs/items/farmTypeCode` response property for the response status `200`
- **2025-08-12** `fc4bd0a84282` — 3 breaking, 5 warning
  - the `dataRequest/products` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `dataRequest/products/dataSourceProductId` from the response with the `200` status
  - removed the required property `dataRequest/products/id` from the response with the `200` status
  - removed the optional property `dataRequest/products/dataSourceSystemCode` from the response with the `200` status
  - removed the optional property `dataRequest/products/description` from the response with the `200` status
  - removed the optional property `dataRequest/products/name` from the response with the `200` status
  - added the new `EXTERNAL_SERVICE_ERROR` enum value to the `type` response property for the response status `404`
  - added the new `EXTERNAL_SERVICE_ERROR` enum value to the `type` response property for the response status `500`
- **2025-08-07** `2c9aad2e6e1c` — 2 info
  - added the optional property `dataRequest/humanFriendlyId` to the response with the `200` status
  - added the optional property `dataRequest/submissionDate` to the response with the `200` status

---

[Operation](https://skmtc.dev/agridata/apis/agridata-ch-api/docs/api/agreement/v1/consent-requests/:id/get.md) · [API](https://skmtc.dev/agridata/apis/agridata-ch-api.md) · [Page](https://skmtc.dev/agridata/apis/agridata-ch-api/changes/api/agreement/v1/consent-requests/:id/get)
