API and SIS Export Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2019
09:57 AM
Hello,
I have a question regarding the start of the account report "SIS Export" using the API. So far, I've been successful using the "List Available Reports" and the "Status of a Report".
From the API Documentation , I should be able to use "POST /api/v1/accounts/:account_id/reports/:report" to "Start a Report". I am using POSTMAN to test and when I start the report and check the status I get back this message:
"extra_text": "Failed, please report the following error code to your system administrator: ErrorReport:310,214,075;"
I am an administrator of the account so I am at a lost of what this error means.
BTW - The report runs fine if I manually run it. When I check the status of the report I noticed the parameters
"parameters": {
"enrollment_term_id": "",
"users": "1",
"extra_text": "Term: All Terms; Reports: users "
}
}
which I've have also tried but I get the same error.
Any help would be appreciated.