...
External Applications - The external applications will call
Consumption Search API (Diksha API) to get the list of question papers that are published and are private. This
Content read API to get the complete question paper.
These API request needs to beAuthenticated - who is calling the API is checked
Authorized - The entity calling the API, with the request to access private question paper will receive the Question paper details if they are allowed to, in case of unauthorized access the request should return an error.
Users with administrator role - Users (assessment wing Admins) who are given the authorization to view the private question paper, when they logon on to Diksha, they can view the question paper resources which are private as well.
Note:
- Any user (teacher or admin) can be given this authorization. (Typically within the contributing org circle)
- Not all users involved in question sourcing will have access to the private question paper
...