Evaluation
Add participant(s) to an evaluation
POST
https://api-portal.evalytics.nl/evaluation/:id/addParticipants
Add a new participant to an evaluation. You can only add participants when the evaluation has not yet been finished. You can also provide a groupId, so the group will also be linked to the invitationUser.
Path Parameters
Name
Type
Description
*
String
Internal or external id of the evaluation
Example post data
Removes one or multiple participants from the evaluation
DELETE
https://api-portal.evalytics.nl/evaluation/:id/participants
Remove participants from the evaluation. Please note you can only remove participants when the evaluation has not yet been finished. The invitation url will no longer work, when the student is already invited for the evaluation.
Path Parameters
Name
Type
Description
id*
String
Internal or external id of the evaluation
Example post data
Last updated