Resume all running student environments in a specified class
Request Path
POST /api/v3/Class/{classId}/Students/actions/ResumeEnvironmentForStudent
Request Payload Example
{ "classId": "CODXABbitVrTwWPUjYYL5dOQ2", "studentIds": ["SDcJ5YHCfmKWXGgHJdiK0UEQ2", "SDh2kl7uO-iLFf5zh5Z1A6Ww2"] }
Parameters
{classId} |
The ID of the class |
{studentIds} |
The IDs of a students in the class. To retrieve student IDs, use GET /api/v3/class/ID/students |
Response Example
None