Skip to main content

Hi Guys, 

I’m pulling some data using the API to our data warehouse so our reporting team can do some Analytics.

They are asking for 2 specific fields which I can’t seem to find anywhere:

Archived Enrollment seems like the only choices are yes/no

Enrollment Type choices being Mandatory or Optional and a few others..

 

Please let me know your thoughts and any help would be appreciated.

Thank You.

@mdurham Hello… are you looking under the Enrollment service? It has both course and user info.


@mdurham Hello… are you looking under the Enrollment service? It has both course and user info.

Yes, but I’m not seeing the data I need is it possible to pull a list of all archived enrollments?


So APIs aren’t really good at “pulling all”, unless there is some type of batch function. Batch functions are usually a POST/PUT or a DELETE, not a GET. So you have to look for things using either a specific course ID, like this one
 

 

or a list by a specific user
 

 

What are the two specific fields they are asking for?


Reply