Request for change in codechef submissions API

This is for https://api.codechef.com/submissions/

Please allow to fetch submissions according to increasing order of submission id instead of default decreasing order because after parsing first few submissions, when new submissions come in then I’m unable to decide from which submissions id I need to parse.

Earlier I used scrape submissions page and use flag sorting_order=asc like https://www.codechef.com/COOK113A/status/XORIT?sort_by=Date%2FTime&sorting_order=asc. So please add a flag to sort submissions by submission id in increasing order.

@admin

PS - I have sent a mail to api@codechef.com too. Posting it here just to get quick response. :slight_smile:

8 Likes