While we don't have a full dependencies report - you can use the API to look up the dependency information. You can get that data with a call like this: https://institution.kuali.co/api/cm/courses/{courseID}/dependencies?term=latest&pid={coursePID}&field=_id
The courseID can be found in the URL bar of any course - it will be the value that follows view in the URL. For example, in the URL https://institution.kuali.co/cm/#/courses/view/657b21cc367f261572fa3b0f the course ID would be 657b21cc367f261572fa3b0f. You can find the PID by looking up the course and review the data in the API with a call like this: https://institution.kuali.co/api/cm/courses/657b21cc367f261572fa3b0f and then looking for the pid in the data:
Using the above item as an example, the call for this specific course would look like this: https://institution.kuali.co/api/cm/courses/657b21cc367f261572fa3b0f/dependencies?term=latest&pid=BJJov67Na&field=_id
The resulting data would look like this, and you can look for the 'Title' field to locate the items that are dependent to it. :
Comments
0 comments
Please sign in to leave a comment.