Hello again
I want to thank everyone for all their help so far. I am running a report through the API, but it returns data for all the terms. I know how to put the term id in to the request to restrict it. But I am not sure about the best way to know what the current term is. After a little digging around I found the Enrollment Term API. But there is not an endpoint for current term. So I was thinking of using the list all terms (/api/v1/accounts/self/terms) and then finding the max id value. For our institution it looks like that is the way it works. Can I count on that or is there a better way?
cheers
bob