I have to pull /Accounts against specific IDs and trying different methods but not working.
e.g
rest/v11_8/Accounts?filter[0][id][$in]=[ae6b1eba-eff3-11eb-b5b6-068d8b4b7195]
I have to pull /Accounts against specific IDs and trying different methods but not working.
e.g
rest/v11_8/Accounts?filter[0][id][$in]=[ae6b1eba-eff3-11eb-b5b6-068d8b4b7195]
the correct syntax should be something like this: ( I haven't tested it
https://<instance>/rest/v11_13/Accounts?filter[0][id][$in][]=21a74144-9e8a-11eb-b1e9-067f2945c900&filter[0][id][$in][]=22b14daa-9e8a-11eb-80ac-067f2945c900
the correct syntax should be something like this: ( I haven't tested it
https://<instance>/rest/v11_13/Accounts?filter[0][id][$in][]=21a74144-9e8a-11eb-b1e9-067f2945c900&filter[0][id][$in][]=22b14daa-9e8a-11eb-80ac-067f2945c900
thanks for sharing yes it worked (y)
I actually converted filter JSON object and converted in query string online here [ https://www.convertonline.io/convert/json-to-query-string ] and it worked