---
title: "Changes to Get Consent Request Aggregations"
method: GET
path: "/api/agreement/v1/consent-request-aggregations"
---

# Changes to Get Consent Request Aggregations

`GET /api/agreement/v1/consent-request-aggregations`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 15 of 57 revisions.

- **2026-08-31** `5760204210ed` — 2 warning
- **2026-08-13** `a0609096db65` — 4 breaking, 27 warning
- **2026-08-11** `52c1637abca0` — 1 info
- **2026-06-19** `a3a589189892` — 2 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` — 4 info
- **2026-04-08** `36609d47a3a7` — 4 warning, 2 info
- **2026-04-07** `17e7d9dc96ae` — 4 breaking
- **2026-03-27** `04782ee6ad3c` — 6 warning, 2 info
- **2026-03-17** `33909550f895` — 2 info
- **2026-02-17** `96d7312339c4` — 2 breaking, 4 info
- **2026-02-09** `0d45567e16a8` — 1 info

## Changes

- **2026-08-31** `5760204210ed` — 2 warning
  - added the new `LEGALLY_PERMITTED` enum value to the `items/consentRequests/items/stateCode` response property for the response status `200`
  - added the new `LEGALLY_PERMITTED` enum value to the `items/stateCode` response property for the response status `200`
- **2026-08-13** `a0609096db65` — 4 breaking, 27 warning
  - the `items/dataRequest/dataConsumerCity` response property's maxLength was unset from `120` for the response status `200`
  - the `items/dataRequest/dataConsumerDisplayName` response property's maxLength was unset from `255` for the response status `200`
  - removed the required property `items/dataRequest/advantages` from the response with the `200` status
  - removed the required property `items/dataRequest/stateCode` from the response with the `200` status
  - removed the optional property `items/consentRequests/items/dataProducerBur` from the response with the `200` status
  - removed the optional property `items/consentRequests/items/dataProducerUid` from the response with the `200` status
  - removed the optional property `items/consentRequests/items/dataRequest` from the response with the `200` status
  - removed the optional property `items/consentRequests/items/lastStateChangeDate` from the response with the `200` status
  - removed the optional property `items/consentRequests/items/requestDate` from the response with the `200` status
  - removed the optional property `items/consentRequests/items/showStateAsMigrated` from the response with the `200` status
  - removed the optional property `items/dataProducerUid` from the response with the `200` status
  - removed the optional property `items/dataRequest/consumerSignatureType` from the response with the `200` status
  - removed the optional property `items/dataRequest/contactEmailAddress` from the response with the `200` status
  - removed the optional property `items/dataRequest/contactPhoneNumber` from the response with the `200` status
  - removed the optional property `items/dataRequest/currentContractRevisionId` from the response with the `200` status
  - removed the optional property `items/dataRequest/dataConsumerCountry` from the response with the `200` status
  - removed the optional property `items/dataRequest/dataConsumerLegalName` from the response with the `200` status
  - removed the optional property `items/dataRequest/dataConsumerStreet` from the response with the `200` status
  - removed the optional property `items/dataRequest/dataConsumerUid` from the response with the `200` status
  - removed the optional property `items/dataRequest/dataConsumerZip` from the response with the `200` status
  - removed the optional property `items/dataRequest/dataProviderId` from the response with the `200` status
  - removed the optional property `items/dataRequest/dataSourceSystem` from the response with the `200` status
  - removed the optional property `items/dataRequest/dataSourceSystemId` from the response with the `200` status
  - removed the optional property `items/dataRequest/description` from the response with the `200` status
  - removed the optional property `items/dataRequest/humanFriendlyId` from the response with the `200` status
  - removed the optional property `items/dataRequest/products` from the response with the `200` status
  - removed the optional property `items/dataRequest/providerSignatureType` from the response with the `200` status
  - removed the optional property `items/dataRequest/purpose` from the response with the `200` status
  - removed the optional property `items/dataRequest/submissionDate` from the response with the `200` status
  - removed the optional property `items/dataRequest/targetGroup` from the response with the `200` status
  - removed the optional property `items/dataRequest/validRedirectUriRegex` from the response with the `200` status
- **2026-08-11** `52c1637abca0` — 1 info
  - added the optional property `items/consentRequests/items/dataProducerBur` to the response with the `200` status
- **2026-06-19** `a3a589189892` — 2 info
  - added the required property `items/consentRequests/items/dataRequest/advantages` to the response with the `200` status
  - added the required property `items/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` — 4 info
  - added the optional property `items/consentRequests/items/dataRequest/consumerSignatureType` to the response with the `200` status
  - added the optional property `items/consentRequests/items/dataRequest/providerSignatureType` to the response with the `200` status
  - added the optional property `items/dataRequest/consumerSignatureType` to the response with the `200` status
  - added the optional property `items/dataRequest/providerSignatureType` to the response with the `200` status
- **2026-04-08** `36609d47a3a7` — 4 warning, 2 info
  - added the new `TO_BE_ACTIVATED` enum value to the `items/consentRequests/items/dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_ACTIVATED` enum value to the `items/dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_RELEASED_BY_PROVIDER` enum value to the `items/consentRequests/items/dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_RELEASED_BY_PROVIDER` enum value to the `items/dataRequest/stateCode` response property for the response status `200`
  - added the optional property `items/consentRequests/items/dataRequest/dataSourceSystem/dataProvider/uid` to the response with the `200` status
  - added the optional property `items/dataRequest/dataSourceSystem/dataProvider/uid` to the response with the `200` status
- **2026-04-07** `17e7d9dc96ae` — 4 breaking
  - the response property `items/consentRequests/items/dataRequest/dataSourceSystem/dataProvider/id` became optional for the status `200`
  - the response property `items/consentRequests/items/dataRequest/dataSourceSystem/id` became optional for the status `200`
  - the response property `items/dataRequest/dataSourceSystem/dataProvider/id` became optional for the status `200`
  - the response property `items/dataRequest/dataSourceSystem/id` became optional for the status `200`
- **2026-03-27** `04782ee6ad3c` — 6 warning, 2 info
  - added the new `TO_BE_RELEASED_BY_CONSUMER` enum value to the `items/consentRequests/items/dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_RELEASED_BY_CONSUMER` enum value to the `items/dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_SIGNED_BY_CONSUMER` enum value to the `items/consentRequests/items/dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_SIGNED_BY_CONSUMER` enum value to the `items/dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_SIGNED_BY_PROVIDER` enum value to the `items/consentRequests/items/dataRequest/stateCode` response property for the response status `200`
  - added the new `TO_BE_SIGNED_BY_PROVIDER` enum value to the `items/dataRequest/stateCode` response property for the response status `200`
  - removed the `TO_BE_SIGNED` enum value from the `items/consentRequests/items/dataRequest/stateCode` response property for the response status `200`
  - removed the `TO_BE_SIGNED` enum value from the `items/dataRequest/stateCode` response property for the response status `200`
- **2026-03-17** `33909550f895` — 2 info
  - added the optional property `items/consentRequests/items/dataRequest/currentContractRevisionId` to the response with the `200` status
  - added the optional property `items/dataRequest/currentContractRevisionId` to the response with the `200` status
- **2026-02-17** `96d7312339c4` — 2 breaking, 4 info
  - the response property `items/consentRequests/items/dataRequest/dataProviderId` became optional for the status `200`
  - the response property `items/dataRequest/dataProviderId` became optional for the status `200`
  - added the optional property `items/consentRequests/items/dataRequest/dataSourceSystem` to the response with the `200` status
  - added the optional property `items/consentRequests/items/dataRequest/dataSourceSystemId` to the response with the `200` status
  - added the optional property `items/dataRequest/dataSourceSystem` to the response with the `200` status
  - added the optional property `items/dataRequest/dataSourceSystemId` to the response with the `200` status
- **2026-02-09** `0d45567e16a8` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/agridata/apis/agridata-ch-api/docs/api/agreement/v1/consent-request-aggregations/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-request-aggregations/get)
