Dear ACF Community,
I want to query some posts with ACF fields which have a specific content.
The GET Query is working fine to get all posts of a type and also query for standard fields like title, slug, status is no problem. Also REST-API is enabled for the taxonomy and post-type.
Doing the query for
{
"acf": {
"brand": "Example"
}
}
either in
Body, Header or Query with GET Request is only giving all posts from that type.
Would be really nice to find a solution for this.