Retrieve information about a lab instance result within a specified time range

The Results command returns information about all lab instance results that started or ended within a specified time range. The time range cannot exceed 7 days.

Securityapi_key
Request
query Parameters
start
required
integer <int64>

The start of the timeframe to check against (in Unix epoch time).

Example: start=1325376000
end
required
integer <int64>

The end of the timeframe to check against (in Unix epoch time).

Example: end=1357002000
Responses
200

OK Response.

get/Results
Request samples
Response samples
application/json
{
  • "Results": [
    ],
  • "Status": 1,
  • "Error": null
}