Microsoft Azure API $order 通过不给出所需的响应
Mircosoft Azure API $orderBy not giving the desired response
我正在尝试进行以下 API 调用,我希望根据 createdDateTime 完成排序,但是此排序不是由 Microsoft 完成的,我仍然收到随机顺序的响应,请提出任何建议工作?
GET /v1.0/servicePrincipals/{0}/appRoleAssignedTo?$orderby=createdDateTime+asc
https://docs.microsoft.com/en-us/azure/search/search-query-odata-orderby
很遗憾,servicePrincipals 目前不支持排序。
我正在尝试进行以下 API 调用,我希望根据 createdDateTime 完成排序,但是此排序不是由 Microsoft 完成的,我仍然收到随机顺序的响应,请提出任何建议工作?
GET /v1.0/servicePrincipals/{0}/appRoleAssignedTo?$orderby=createdDateTime+asc
https://docs.microsoft.com/en-us/azure/search/search-query-odata-orderby
很遗憾,servicePrincipals 目前不支持排序。