We want to get the oldest available events in Application insights, but we always get the last events even if we order by timestamp. It´s only the result that's ordered.
https://api.applicationinsights.io/v1/apps/[id]/events/customEvents?$count=true&$filter=timestamp gt 2000-01-01T00:00:00&$select=timestamp, user/id, customEvent/name&$orderBy=timestamp asc&$top=100