How to search tickets by product id and product name?
Hi,
According to the following page:
the aforementioned API should map to the API described in:
However, trying to use this API by passing the productId as a search parameter always fail. For example:
results in
{
"errorCode": "UNPROCESSABLE_ENTITY",
"message": "The value passed for the 'productId' parameter is invalid."
}
Can you please give examples on how to search by product name and product id using this new API?
Thank you.