# Get ProductionGroups Production Groups indicate which team produces the recipe. Endpoint: GET /productiongroups Version: v3.0: 3.26.2.4 Security: Auth API User Token ## Query parameters: - `Filter` (array) ### Filter Options: - rowUpdated (DateTime in v2, DateTimeOffset in v3: See Differences between v2 and v3 in Getting Started Section for more information) - `PageNumber` (integer) Page Number for the result set. This is expected to be an integer value greater than 0. Defaults to 1 when not passed in. For more information see the Getting Started Section for Pagination. - `PageSize` (integer) Page Size - Default page size: 100 - Max page size: 500 This is expected to be an integer value greater than 0. Defaults to 100 when not passed in. For more information see the Getting Started Section for Pagination. - `Expand` (array) - `OrderBy` (array) ## Response 200 fields (application/json): - `productionGroupID` (string) - `code` (string,null) - `description` (string,null) - `rowUpdated` (string) ## Response 500 fields (application/json): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 429 fields