
Hi Folks,
I am very new in ODATA query and always get confused in using it .
1) Is there any site where it has explianed deeply in simple language , MSDN is always hard for me understand.
2) How i use oada for custoum entity or system entity do we always use shema name
likefor opportunity Entity
schema name is Opportunity
but if used
https:/xxxx.api.crm.dynamics.com/api/data/v9.1/opportunity - then no result
But is use https:/xxxx.api.crm.dynamics.com/api/data/v9.1/opportunities it work , - why so , what we should use
also schema name - account
but https:/xxxx.api.crm.dynamics.com/api/data/v9.1/account - no result
3) How to use for custom entity like i have x_schoolbook
so should i use https:/xxxx.api.crm.dynamics.com/api/data/v9.1/x_schoolbooks
Is it a rule that i have to add s in last of schemaname
4) How to get result from response
5) what is jsonFormatter in this
6) What are the diffrerent way to retrive result other than response
Hi,
You should download below tool on your instance to auto generate web api code.
www.crmanswers.net/.../new-tool-dataverse-rest-builder.html
This is really helpful for web api.
Please mark my answer verified if this is helpful!
Regards,
Bipin Kumar
Follow my Blog: xrmdynamicscrm.wordpress.com/