Hi,
We’re trying to retrieve certain cards from a collection based on whether they have a specific tag present, but we’re not having much luck.
Example body below using “search for cards using JSON Query” - if we search without the “query block” below, we get results, if we search with it we get an “error parsing JSON body” response
{
"query": {
"type": "tag",
"op": "EXISTS",
"ids": E
"TAGNAME"
] }
"searchTerms": "search string",
"queryType": "cards",
"collectionIds":
"COLLECTIONID"
]
}
Any help would be appreciated