Hi All,
I'm trying to query tasks using the title parameter. It is mentioned in the documentation that this is an exact match.
I have two tasks in which the sku code varies by one character:
Socks - Light Grey - (AYM-BLBS-GY)
Socks - Dark Grey - (AYM-BLSS-GY)
With "exact match" in mind, I'd expect https://www.wrike.com/api/v4/tasks?title=AYM-BLBS-GY to return the top task only but it returns both? I have tried brackets etc to try and alter the outcome.
Can anyone help with my query?
Thanks