Forbidden Error Message with API GET classlist/grade calls

守給你的承諾、 提交于 2019-12-13 21:21:25

问题


I am making an API call for the class list along with grades from D2L. I keep getting an Unknown error occured, Forbidden error message. I am able to access Profile and Organization Information through API calls but not the grades and classlist. Is this something that can my learning suite can configure?


回答1:


Since all the API calls happen within the context of a particular user's permissions, it's possible that the calling user context in which you're making the calls doesn't have the appropriate permissions to gain access to the classlist/grade information.

For example, with the classlist -- there are specific role permissions associated with having access to the classlist (see the "Classlist" role permission group): note that these permissions apply on an org unit type basis, and might need to be turned on for both course offerings and the parent org unit type (Departments, perhaps).



来源:https://stackoverflow.com/questions/11511903/forbidden-error-message-with-api-get-classlist-grade-calls

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!