Hi All,
I hope you are having a safe and amazing day. I have a requirement where I need to query the data from user created entities. Currently I am unable to do so and running into an error. It is working for all other entity types like Activities, Intelligence and System via GetEntityByODataQuery.
It is just not possible or do I need to change some settings ?. It says entity data not found and exception culprit as user in the HTTP response. Please help me with this.
Here's the response I get when I try
HTTP/1.1 404 Not Found
api-supported-versions: 2018-10-01
content-type: application/json; charset=utf-8
date: Wed, 05 May 2021 04:52:30 GMT
transfer-encoding: chunked
x-content-type-options: nosniff
x-ms-request-id: c09dfdb9-d79a-47d6-8cba-b32e5c3adeaa
{
"httpStatusCode": "notFound",
"exceptionCulprit": "User",
"errorCode": "EntityDataNotFound",
"resultSeverity": "Error",
"message": "Entity Data not found.",
"params": {
"InstanceId": "615ccecc-19dc-472c-9408-8b82xxxxxxxx",
"EntityName": "CustomerLoyalty"
}
}