- Subcategories:
- User Images
Students REST Endpoints
Managed Student Groups/Students
The students resource is a child of the managed student groups resource and provides the list of associated student members.
- Create a student member belonging to a managed student group
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners - Delete a managed student group's student member
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners/{LearnerMemberId} - Get a managed student group's student member
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners/{LearnerMemberId} - Get all student members of a managed student group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners - Sends reminder to a student member.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners/{LearnerMemberId}/action/sendReminder - Update a managed student group's student member
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners/{LearnerMemberId}