The LatestResults command returns information about all lab instance results that have recently changed state.
OK Response.
{- "Results": [
- {
- "LabInstanceId": 349744,
- "LabProfileId": 5522,
- "Start": 1325376800,
- "End": 1325376900,
- "LastActivity": 1325376899,
- "UserId": "555",
- "ClassId": null,
- "CompletionStatus": 1,
- "TotalRunTimeSeconds": 2548,
- "TaskCompletePercent": 33,
- "IsExam": false,
- "ExamPassed": null,
- "ExamScore": null,
- "ExamMaxPossibleScore": null,
- "ExamPassingScore": null,
- "IpAddress": null,
- "Country": null,
- "Region": null,
- "City": null,
- "Latitude": null,
- "Longitude": null,
- "LabHostId": 49,
- "DatacenterId": 3,
- "DeliveryRegionId": 2
}, - {
- "LabInstanceId": 349745,
- "LabProfileId": 5523,
- "Start": 1325377000,
- "End": 1325377100,
- "LastActivity": 1325377099,
- "UserId": "555",
- "ClassId": null,
- "CompletionStatus": 1,
- "TotalRunTimeSeconds": 4168,
- "TaskCompletePercent": 44,
- "IsExam": false,
- "ExamPassed": null,
- "ExamScore": null,
- "ExamMaxPossibleScore": null,
- "ExamPassingScore": null,
- "IpAddress": null,
- "Country": null,
- "Region": null,
- "City": null,
- "Latitude": null,
- "Longitude": null,
- "LabHostId": 125,
- "DatacenterId": 4,
- "DeliveryRegionId": 3
}
], - "Status": 1,
- "Error": null
}