Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is SIS ID's in Canvas Lms

Tags:

canvas-lms

I don't understood the sis id concept in canvas. there are multiple sis types of sis id's in canvas e.x: sis_course_id,sis_user_id.

A very small explanation I found which i don't understood is this:

"Throughout the API, objects are referenced by internal IDs. You can also reference objects by SIS ID, by prepending the SIS ID with the name of the SIS field, like sis_course_id:. For instance, to retrieve the list of assignments for a course with SIS ID of A1234:"

like image 555
TolerantCoder Avatar asked Mar 14 '23 15:03

TolerantCoder


1 Answers

SIS stands for Student Information System.

So the idea of an sis id in canvas is that you can link your canvas object to your SIS by setting the id used by the SIS on your canvas object.

Basically it's an attribute in canvas where a school or other institution can store an id for an external system and then perform queries based on it.

like image 87
Nathan Avatar answered Jun 27 '23 06:06

Nathan