Get a list of performance tasks

get/performanceTasks
Internal-Use Only

Returns a list of performance tasks.

Request Samples

1

Response Samples

1{
2 "name": "string",
3 "start": 0,
4 "limit": 0,
5 "count": 0,
6 "accept": "string",
7 "links": [
8 {
9 "method": "string",
10 "rel": "string",
11 "uri": "string",
12 "href": "string",
13 "title": "string",
14 "type": "string",
15 "itemType": "string",
16 "responseType": "string",
17 "responseItemType": "string"
18 }
19 ],
20 "version": 0,
21 "items": [
22 {
23 "assessAlert": "string",
24 "assessWarn": "string",
25 "characteristicAlert": "string",
26 "characteristicWarn": "string",
27 "createdBy": "string",
28 "creationTimeStamp": "2019-08-24T14:15:22Z",
29 "dataLibrary": "string",
30 "dataPrefix": "string",
31 "id": "string",
32 "inputVariables": [
33 "string"
34 ],
35 "maxBins": 0,
36 "modelId": [
37 "string"
38 ],
39 "modifiedBy": "string",
40 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
41 "outputVariables": [
42 "string"
43 ],
44 "performanceResultSaved": true,
45 "resultLibrary": "string",
46 "scoreExecutionRequired": true,
47 "stabilityAlert": "string",
48 "stabilityWarn": "string",
49 "includeAllData": true,
50 "loadPerformanceResult": true,
51 "championMonitored": true,
52 "challengerMonitored": true,
53 "traceOn": true,
54 "version": 0,
55 "variableBinMap": {}
56 }
57 ]
58}

Query Parameters

NameTypeRequiredDescription
projectId
string
false

The server-generated identifier for the project.

filter
string<string>
false

The criteria for filtering the performance task definitions. See Filtering in REST APIs.

limit
integer<int32>
false

The maximum number of performance tasks to return.

Default:
10
sortBy
string<sort-criteria>
false

The criteria for sorting the performance task definitions. See Sorting in REST APIs.

start
integer<int64>
false

The index of the first performance task to return.

Default:
0

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema