The RunningAndSavedLabs command retrieves all lab instances launched by this API Consumer that are currently running or saved.
NOTE: there are no query parameters for this command.
OK Response.
{- "RunningLabs": [
- {
- "Id": 3497,
- "UserId": "5843",
- "UserFirstName": "John",
- "UserLastName": "Doe",
- "LabProfileId": 5,
- "LabProfileName": "Demo Lab 1",
- "LabProfileNumber": "LAB001",
- "Start": 1338223121,
- "Expires": 1338244721,
- "IsExam": false
}
], - "SavedLabs": [
- {
- "Id": 3493,
- "UserId": "5158",
- "UserFirstName": "Sally",
- "UserLastName": "Smith",
- "LabProfileId": 1,
- "LabProfileName": "Demo Lab 2",
- "LabProfileNumber": "LAB002",
- "Start": 1337987655,
- "Expires": 1338592455,
- "IsExam": false
}
], - "Status": 1,
- "Error": null
}