Web API advancedSearch - How to know the product / version of a pkey?

Hi,

Using limelm.pkey.advancedSearch how can I know, for a given key returned as result, to which product and version this key is related?

Actually, I'm not able to get this information from the results of a generic find (return all key for a client, whatever the product or version).

Thank you very much for your help,Alexandre Leclerc

Right now the only way to differentiate between products & versions if you specify them in the search parameters. We realize this isn't ideal, so we'll think about the best way to handle this.

Would returning the version_id for each product key be useful for you?

Hi Sam,

Returning the version_id for each product key would be just fine for our actual needs.

(We search within a product, not over all products right now. Maybe later an additional API could be made to get the product_id of a version_id, but we do not need it at this moment.)

Thank you very much and best regards,Alexandre Leclerc

Ok, we've added the "version_id" to the results for each product key returned.

Hi Sam,

Confirmed, this works very well!

Thank you very much and best regards,Alexandre Leclerc