---
title: "Changes to Get Producers"
method: GET
path: "/api/user/v1/producers"
---

# Changes to Get Producers

`GET /api/user/v1/producers`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 19 of 56 revisions.

- **2026-07-27** `c9a3573a5397` — 1 info
- **2026-07-23** `afc89996cbbc` — 2 info
- **2026-07-09** `73b93bab6c7b` — 2 warning
- **2026-07-08** `4f907e176481` — 2 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-03-20** `0734563de56e` — 1 info
- **2026-02-25** `8042d371f70e` — 1 info
- **2026-02-09** `0d45567e16a8` — 2 warning
- **2026-01-05** `1836059a633b` — 2 info
- **2025-11-27** `297b7932dd83` — 1 warning, 1 info
- **2025-11-20** `edd6a83c3b2d` — 1 info
- **2025-10-27** `3026a580bab4` — 2 warning
- **2025-10-06** `1dcf6d02a615` — 2 info
- **2025-09-25** `986dc232091e` — 1 breaking, 5 info
- **2025-09-16** `34c19e697f58` — 1 info

## Changes

- **2026-07-27** `c9a3573a5397` — 1 info
  - added the new optional `query` request parameter `language`
- **2026-07-23** `afc89996cbbc` — 2 info
  - added the optional property `items/items/lastAcceptedAgbDate` to the response with the `200` status
  - added the optional property `items/items/lastAcceptedAgbRevisionId` to the response with the `200` status
- **2026-07-09** `73b93bab6c7b` — 2 warning
  - removed the optional property `items/items/lastAcceptedAgbDate` from the response with the `200` status
  - removed the optional property `items/items/lastAcceptedAgbRevisionId` from the response with the `200` status
- **2026-07-08** `4f907e176481` — 2 info
  - added the optional property `items/items/lastAcceptedAgbDate` to the response with the `200` status
  - added the optional property `items/items/lastAcceptedAgbRevisionId` to the response with the `200` status
- **2026-06-19** `a3a589189892` — 1 info
  - added the optional property `items/items/mobileNumber` 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-03-20** `0734563de56e` — 1 info
  - added the optional property `items/items/userId` to the response with the `200` status
- **2026-02-25** `8042d371f70e` — 1 info
  - added the optional property `items/items/userPreferences/hasSeenConsentRequestTourIntro` to the response with the `200` status
- **2026-02-09** `0d45567e16a8` — 2 warning
  - 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`
- **2026-01-05** `1836059a633b` — 2 info
  - added the optional property `items/items/agateLoginId` to the response with the `200` status
  - added the optional property `items/items/rolesAtLastLogin` to the response with the `200` status
- **2025-11-27** `297b7932dd83` — 1 warning, 1 info
  - removed the optional property `items/items/userPreferences/dismissedMiratedIds` from the response with the `200` status
  - added the optional property `items/items/userPreferences/dismissedMigratedIds` to the response with the `200` status
- **2025-11-20** `edd6a83c3b2d` — 1 info
  - added the optional property `items/items/userPreferences` to the response with the `200` status
- **2025-10-27** `3026a580bab4` — 2 warning
  - added the new `MAINTENANCE` enum value to the `type` response property for the response status `404`
  - added the new `MAINTENANCE` enum value to the `type` response property for the response status `500`
- **2025-10-06** `1dcf6d02a615` — 2 info
  - the response property `requestId` became required for the status `404`
  - the response property `requestId` became required for the status `500`
- **2025-09-25** `986dc232091e` — 1 breaking, 5 info
  - for the `query` request parameter `sortBy`, the type/format was changed from `array`/`` to `object`/``
  - the response property `currentPage` became required for the status `200`
  - the response property `items` became required for the status `200`
  - the response property `pageSize` became required for the status `200`
  - the response property `totalItems` became required for the status `200`
  - the response property `totalPages` became required for the status `200`
- **2025-09-16** `34c19e697f58` — 1 info
  - endpoint added

---

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