Skip to main content

Web Service Method: Request Index Unit Runtime

Abstract

Web Service Method: Request Index Unit Runtime

Description

Get the recorded runtimes of a specific unit (up to 1000 records).

URL: /extractor/api/statistics/forclass

Request

Supported Methods

GET

Content-Type

application/x-www-form-urlencoded

HTTP Parameters

Parameter

Description

Type

Required

className

Class name of unit (unitClassName)

String

true

Response

This method returns execution results in JSON format.

RuntimeResponse

Runtime profiles of an execution class.

Attribute

Type

Comment

className

String

Human readable name of the class that was measured.

executionTimes

Array of Long

List of runtime execution times in ms