New Improvement in the SIS Error API response?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2018
12:16 PM
Not sure if this a new thing, or I just missed this in the past: in the SIS Import Error data-object returned by the GET SIS Import Errors API includes detailed row_info about the row in the csv import where the error was detected. It is in the documentation, however one area where the documentation is not correct:the row_info value appears to be a string representation of a Ruby Hash (not JSON as one would expect) [note: this is the case when getting an input error from enrollments; other data sets may provide different data].
Right now I am parsing the Ruby Hash string, and that is ok, but I would like to know if this field is expected/ anticipated to change JSON soon.