For getting SharePointSharePoint list values through restREST. I came throughacross two solutions:
- writing CAML Query in the body of AJAX call
- Odata query selector operators(eq: select,expand) in the url
- writing CAML Query in the body of AJAX call
- Odata query selector operators (eg: select, expand) in the url
Which is better way.Suggest advantages and disadvantages. Any solution will be appreciated.Are there any significant differences to watch out for?