Returns the parameterValue businesss objects for the specified Job ID.
get
/primeapi/restapi/pims/parameterValues/byJobId?jobId={jobId}¶mName={paramName}
Request
Query Parameters
-
jobId: integer(int64)
ID of flow instance object.Default Value:
0
-
paramName: string
The name of the parameter.
Response
Supported Media Types
- application/json
200 Response
successful operation
The list of parameter values associated with a flow schedule.
Root Schema : ParameterValue
Type:
object
The list of parameter values associated with a flow schedule.
404 Response
The requested Gateway flow parameter value does not exist, or you do not have access to it.