Get the performance job code

get/performanceTasks/{taskId}/performanceJobs/{jobId}/code

Returns the performance job execution code for a performance task.

Request Samples

1

Response Samples

1{
2 "code": "string",
3 "createdBy": "string",
4 "creationTimeStamp": "2019-08-24T14:15:22Z",
5 "modifiedBy": "string",
6 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
7 "state": "string",
8 "jobReqId": "string"
9}

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The identifier of the performance job.

taskId
string
true

The identifier of the task.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
404Not Found

No performance job exists at the requested path.

Schema