This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-API: Can't get the list of part numbers starting form a partial one

Part Number: TI-API
Other Parts Discussed in Thread: TLV700

I'm trying to get a filtered list of all the part numbers of the same family, using the GET /products API request, but it seems like it only works with the GPNs and not with any partial part number.

The problem now is that in the system I'm working with partial part numbers are saved that are not actual GPNs, for example:
in the system we have the TLV70033 code but if try to send the request using it, the result will be an empty list, to make it work I have to use the GPN which is TLV700.

I can imagine three solutions to this problem:

  1. I'm sending the wrong request, and there is actually a way to do that with the current API
  2. There is a way to extrapolate the GPN from a partial part number, in which case the filter will happen in two steps: first with the GPN via the API request and then on the client-side with the rest of the PN
  3. There is another API that allows me to do exactly that

Thanks and best regards,
Riccardo R.

**Attention** This is a public forum