According to the documentation, the query parameter fetches all responses whether matching the string in full or part. My scenario is a bit different, I want responses only to be returned if and only if the entire string is matched and that too if they are an answer to a specific field (I’m ok with using the fields param to specify the field id).
Is there a way I can achieve this?
Best answer by picsoung
Hey @Abdullah
I imagine you are referring to our Responses API is that right?
using a combination of query and answered_fields you should be able to achieve what you are looking for.