Get a list of jobs for a performance task

get/performanceTasks/{taskId}/performanceJobs
Internal-Use Only

Returns a list of the jobs and the performance results that are associated with a specified task ID.

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 "code": "string",
24 "createdBy": "string",
25 "creationTimeStamp": "2019-08-24T14:15:22Z",
26 "modifiedBy": "string",
27 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
28 "state": "string",
29 "jobReqId": "string"
30 }
31 ]
32}

Path Parameters

NameTypeRequiredDescription
taskId
string
true

The identifier of the task.

Query Parameters

NameTypeRequiredDescription
filter
string<string>
false

The criteria for filtering the performance jobs. 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 jobs. 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.Schema
404Not FoundNo performance task exists at the requested path.Schema