SIS Import Errors
A SisImportError object looks like:
SisImportErrorsApiController#index
GET /api/v1/accounts/:account_id/sis_imports/:id/errors
GET /api/v1/accounts/:account_id/sis_imports/:id/errors
Scope: url:GET|/api/v1/accounts/:account_id/sis_imports/:id/errors
GET /api/v1/accounts/:account_id/sis_import_errors
GET /api/v1/accounts/:account_id/sis_import_errors
Scope: url:GET|/api/v1/accounts/:account_id/sis_import_errors
Returns the list of SIS import errors for an account or a SIS import. Import errors are only stored for 30 days.
Example:
Example:
Request Parameters:
Parameter | Type | Description |
---|---|---|
|
| If set, only shows errors on a sis import that would cause a failure. |
Returns a list of SisImportError objects.
© Instructure, Inc. Generated on Wed Nov 6 14:20:09 2024 This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated