Hello,
I'm using oData API objects in Postman to get data. I can get all page objects, but when I try to request using API Query object, the error below is what I get. I don't get what it could be since API Page objects return the response just fine. Any help would be appreciated. I don't see what the difference would be between the two types.
thank you
{
"error": {
"code": "Internal_ServerError",
"message": "You do not have access to this object using an application as authentication. CorrelationId: a6948e88-0177-40da-94eb-5b5bf604f951."
}
}