The content source endpoint returns a 500 if the mcode, which is determined
from the requesting window's url, is invalid. Otherwise, it returns the content source model.
It will also return a 401 if the active user is not authorized. To get content
source information without an authorized user, use the basic-contentsource endpoint
instead (not implemented in this client yet).
The content source endpoint returns a
500
if the mcode, which is determined from the requesting window's url, is invalid. Otherwise, it returns the content source model.It will also return a
401
if the active user is not authorized. To get content source information without an authorized user, use the basic-contentsource endpoint instead (not implemented in this client yet).