Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Future Dev
-
Fix Version/s: 2.5
-
Component/s: Assignment, Web Services
-
Labels:
-
Testing Instructions:
-
Fixed Branches:MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
-
Documentation link:
Description
Create web service mod_assignment_get_assignment_submissions. This web service will return data from the assignment_submissions table. It will have 2 parameters:
- A list of assignment ids (required)
- A status parameter that allows the status of requested submissions to be specified (optional)
- A since parameter so that only submissions with a timemodified value >= since are returned (optional)
- A before parameter so that only submissions with a timemodified value <= before are returned (optional)