Task Assignments REST Endpoints

Task Assignments
The higher education task assignments resource provides a list of tasks assigned to the user. Examples include "Task to provide letter of recommendation" or "Task to submit certificates" assigned to user.
Create a task assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedTaskAssignments
Create bulk assignments of tasks
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedTaskAssignments/action/bulkAssignTasks
Get a task assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedTaskAssignments/{hedTaskAssignmentsUniqID}
Get all task assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedTaskAssignments
Process the task assignments.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedTaskAssignments/action/processAdmissionApplicationTasks
Update a task assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedTaskAssignments/{hedTaskAssignmentsUniqID}