---
title: "GET /productLanguages/search/findByLanguage/{language}"
method: GET
path: "/productLanguages/search/findByLanguage/{language}"
tags: ["Products"]
---

# GET /productLanguages/search/findByLanguage/{language}

`GET /productLanguages/search/findByLanguage/{language}`

Returns the product languages searched by a language

## Path parameters

- `language` string, required

## Response `200`

An array of product languages searched by a language

- Product
  - `product_code` string
  - `product_shortname` string
  - `product_line` string
  - `active` boolean
  - `archive` boolean
  - `latest_redirect` boolean

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/infor/apis/infor-docs-api.md) · [All operations](https://skmtc.net/infor/apis/infor-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infor/infor-docs-api/revisions/c8f0d96c040e/schema)
