Forum Discussion
Teams sorting files with special characters at the beginning
- Oct 11, 2024
pavlorishkoua - We also tested this at our end, and we see that Graph is returning these file values in the order they were uploaded.
Please note that orderby query parameter is not supported for this. The supported parameters are mentioned here - https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-1.0&tabs=http#optional-query-parameters
https://graph.microsoft.com/v1.0/groups/{IDHERE}/drive/root/delta?$select=deleted,id,folder,name,size,parentReference,createdDateTime,lastModifiedDateTime&top=1000&$orderby=name%20desc&token=
returns not ordered items
pavlorishkoua - We also tested this at our end, and we see that Graph is returning these file values in the order they were uploaded.
Please note that orderby query parameter is not supported for this. The supported parameters are mentioned here - https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-1.0&tabs=http#optional-query-parameters