I'm trying to clean up my data and eliminate duplicates using oDATA. Currently, I am using !summary=Name in my query, however it's not creating groups and providing the results as expected. Below is my query:
http://localhost:12585/OData.svc/MedicalGroups?$format=application/json;odata=nometadata&$select=Id,Name&!summary=Name&$orderby=Name&filterUserId=277&$filter=not(Deleted)