Api version 0.1
My query has a filter looking like this
/ghost/api/v0.1/posts/?client_id=xxx&client_secret=xxx&filter=id:-5c0fce9d196da60001588a2a+authors:[james]
But I’m getting an error.
{
-
message: “The request failed validation.”,
-
context: “Error parsing filter”,
-
errorType: “ValidationError”
}
Any ideas why? Both filters work independently. But together with + operatior they fail.