Calling https://<org>/api/data/v9.0/custom_entity. This is the only one of my custom entities that produces this error. All others work.
{"error":{"code":"0x8006088a","message":"Resource not found for the segment 'custom_entity'."
Calling https://<org>/api/data/v9.0/custom_entity. This is the only one of my custom entities that produces this error. All others work.
{"error":{"code":"0x8006088a","message":"Resource not found for the segment 'custom_entity'."
It is easier to hit the following API in the browser: https://<org>/api/data/v9.0/ and you will get the entire list of entities in your browser. Copy the required entity from there and it will help resolve the issue.
Interesting. When using the plural of the table name I get no page returned but when using
...crm.dynamics.com/api/data/v9.0/msdyn_customergroup?$select=msdyn_groupid,msdyn_customergroupid&$filter=msdyn_groupid eq 'RESELL'
I get the error.
Then I put the 's' back and it returned a message.
Nice system you web developers have dreamed up here.
Glad to hear that it works for you. Can you please mark my post verified if it helps you out.
Thanks. I had been using plural, but my entity already ends in an 's' so I had to add 'es' to pluralise.
Hy Partner,
Kindly use the plural name or CollectionSchemaName instead of your entity schema name. For eg: If I have created a custom entity named test with publisher as new , then API should look like below :-
https://<org>/api/data/v9.0/new_tests.
If above does not work, check the entity properties and compare it with OOB entity like account or any other custom entity you have.
Hope this helps.
Best regards,
Ankit
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.