Hello everyone,
I'm trying to use the SharePoint REST Service, by filtering items per month.
I'd like to get the items with the month that put on the URL. I'm trying to do this on that way:
https://myserver/_api/web/lists/getByTitle('MyList')/items?$filter=month(Created) eq 2016
In that example, I want the items created on December. But it doesn't work. I got the error: "The query is not valid".
Can anyone help me?
Thanks
BR.