This question isn’t clear enough. What are you trying to achieve within Postman? Can you share screenshots showing what you’re trying to do while providing more context/explanation. Are you getting this error on the Postman console or in the APU response body?
Okay. You want to access the data in your query parameters.
Why are you adding an array in a query parameter? Does the API specify that you do that? An array looks like something that should go into the request body instead. Can you check the documentation to confirm that you’re doing this the correct way?
You change the operator to be one of the supported values detailed in the documentation.
I guess in your instance it would be “ANY”.
But as mentioned, I don’t know what the value for ANY will accept as its not specifically covered in the document. As as starter for ten you can try an array.
No, as the documentation says it has to be a query parameter.
Did the latest attempt produce a different error message?
If it doesn’t work, then I can only recommend contacting the supplier of the API to confirm the format of the value when the operator is “ANY”.
The documentation does not have an example, so any recommendation is a guess. We tried an array and it didn’t work. Therefore, I can only advise to contact the supplier.
How do you even know that the “ANY” type can take more than one value. It still reads like it should be a wildcard value.
Hi @michaelderekjones ,
Would you know why I get an error when I try to have each value as in one line in the params? when running with one at a time works fine…
ex: custom_filed=[{ “field_id”: “de761538-8ae0-42e8-91d9-f1a0cdfbd8b5”,
“operator”: “=”,
“value”:
“0”}]