Evaluation
Add participant(s) to an evaluation
Path Parameters
Name
Type
Description
{
"newInvited": [
"deleted": false,
"createdBy": "123",
"modifiedBy": null,
"evaluator": 123,
"evaluation": 456,
"groupName": "Some group",
"groupId": 1000,
"id": 1,
"createdAt": "2021-11-08T12:00:00.000Z",
"updatedAt": null,
"email": "[email protected]",
"name": "Example Student"
],
"alreadyInvited": [{
"deleted": false,
"createdBy": "123",
"modifiedBy": null,
"evaluator": 122,
"evaluation": 456,
"groupName": "Some group",
"groupId": 1000,
"id": 2,
"createdAt": "2021-11-08T12:00:00.000Z",
"updatedAt": null,
"email": "[email protected]",
"name": "Dev Student"
}]
}Example post data
Removes one or multiple participants from the evaluation
Path Parameters
Name
Type
Description
Last updated