I am using the Microsoft Graph API. I was wondering whether or not filtering was supported on the createdDateTime property for a group's drive.
API Call:
https://graph.microsoft-ppe.com/v1.0/groups/GROUP-ID-HERE/drive/root/children?$filter=createdDateTime+gt+2016-07-06T00:00:00.00Z
Error Message:
{ "error": { "code": "invalidRequest", "message": "The request is malformed or incorrect.", "innerError": { "request-id": "f9be6675-5498-480c-b219-4de86592f824", "date": "2016-07-13T00:06:32" } } }