Addition/enhancement of entity broker GET support for Project Keitai.
Capabilities:
get summary of all assignments for the current user /direct/assignment/my.json|xml
get summary of all assignments for the given site that the current user has access to (check completion status of this) /direct/assignment/site/SITEID.json|xml
get full details for an assignment /direct/assignment/item/ASSIGNMENTID.json|xml
Just committed a fix that should resolve this r127013
So now localhost:8081/direct/assignment/3c25af14-30ed-4a8d-bdf7-b27c70f95c56 takes you to the assignment, where the uuid is the assignment id, which can be obtained via localhost:8081/direct/assignment/site/siteid.
Let me know if there are any issues.
Steve Swinsburg July 2, 2013 at 7:22 PM
Yes it is currently being worked on by the original developer.
Addition/enhancement of entity broker GET support for Project Keitai.
Capabilities:
get summary of all assignments for the current user
/direct/assignment/my.json|xml
get summary of all assignments for the given site that the current user has access to (check completion status of this)
/direct/assignment/site/SITEID.json|xml
get full details for an assignment
/direct/assignment/item/ASSIGNMENTID.json|xml
Existing work:
/direct/assignment/describe
https://source.sakaiproject.org/contrib/loi/assignment-entityprovider/