-
Notifications
You must be signed in to change notification settings - Fork 1
Permissions
Antonius Cezar Hegyes edited this page Jan 15, 2015
·
1 revision
The following URL structure exists for this controller:
api/Courses/{courseId : int}/Permissions/{action}/{userId : optional}
The following calls are currently available for the Permissions controller:
- Description: Retrieves a list of all available permissions.
- Response Format: JSON of string[]
- Permissions: CanGrantPermissions
- Description: Set permissions to a certain user for a certain course.
- Response Format: JSON of the updated CourseUserModel
- Parameters: {permissions} of type IEnumberable (JSON in the body of the message)
- Permissions: CanGrantPermissions