SisImport

class canvasapi.sis_import.SisImport(requester, attributes)
Parameters:
  • requester (canvasapi.requester.Requester) – The requester to pass HTTP requests through.

  • attributes (dict) – The JSON object to build this object with.

abort(**kwargs)

Abort this SIS import.

Calls:

PUT /api/v1/accounts/:account_id/sis_imports/:id/abort

Return type:

canvasapi.sis_import.SisImport

restore_states(**kwargs)

Restore workflow_states of SIS imported items.

Calls:

PUT /api/v1/accounts/:account_id/sis_imports/:id/restore_states

Return type:

canvasapi.progress.Progress