Official comment
Hi Daniel,
I tried your query in my environment and it works as expected:
POST /data/entityQuery
{
"typeName": "Document",
"fields": ["Name"],
"where": {
"leftExpression": { "fieldName": "SYSID" },
"operator": "Equal",
"rightExpression": { "value" : "D-1" }
}
}
Please try to remove the paging and "and" from your query. "And" is useless when you have only one condition.
By the way, the maximum paging limit is 1000, so it is useless to set it to 10 000.
Regards.