I need to export the data from canvas lms, i followed Canvas API and create the token id. Now i can access the web api and got response here my problem was i create the token id for admin user and i need to get all courses (api/v1/courses/) but unfortunately enrolled courses only return. i need to do same for all assignment, quiz by date.
Under my knowledge for understanding canvas lms api document there is no way to get the data by created date and also not possible to get data without restriction.
Could you please guide me is it possible way to get all courses without restriction and also get data by created_date like once i send the timestamp it will return after created the data.