Get all WorkItem objects that meet the filter criteria.
put
https://{host}:{port}/{basePath}/WorkItem/filter
get all WorkItem objects that meet the filter criteria.
Request
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
Supported Media Types
- application/x-www-form-urlencoded
Nested Schema : Filter
Type:
Show Source
object
-
description(required): string
Maximum Length:
1000
-
faultIds: array
faultIds
-
filterConditions: array
filterConditions
-
generation: integer
-
maxResults: integer
-
name(required): string
Maximum Length:
256
-
objType: string
Maximum Length:
64
-
orderByList: array
orderByList
-
orderType: string
Allowed Values:
[ "ASCENDING", "DESCENDING" ]
-
workState: string
Nested Schema : faultIds
Type:
array
Nested Schema : filterConditions
Type:
array
Nested Schema : orderByList
Type:
array
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object WorkItem
A WorkItem represents a unit of work in the context of a Job. A Job may contain one or multiple work items.
Nested Schema : WorkItem
Type:
object
A WorkItem represents a unit of work in the context of a Job. A Job may contain one or multiple work items.
Show Source
-
configObjs: array
configObjs
-
description(required): string
Maximum Length:
1000
-
endTime: string
Maximum Length:
64
-
errorDetails: ErrorDetails
Read-only and this operation is unsupported. @param errorDetails
-
invalidated: boolean
Read-only and this operation is unsupported. @param invalidated - Unsupported.
-
jobId: object
Job
A Job represents the unit of work required to perform a particular action or set of actions. The Job Id value represents the time when the Job was created in milliseconds since epoch. This will be a unique value in relation to other Job objects.
-
startTime: string
Maximum Length:
64
-
status: string
Allowed Values:
[ "ACTIVE", "NOT_RUN", "EXECUTING", "SUCCEEDED", "FAILED", "CANCELLED", "OPERATOR_CANCELLED" ]
-
targetObj: AssociatedObj
-
workItemName(required): string
Maximum Length:
256
-
workQueueEntryIds: array
workQueueEntryIds
Nested Schema : configObjs
Type:
array
Nested Schema : Job
Type:
object
A Job represents the unit of work required to perform a particular action or set of actions. The Job Id value represents the time when the Job was created in milliseconds since epoch. This will be a unique value in relation to other Job objects.
Show Source
-
abortedUser: string
Maximum Length:
256
-
associatedObjId: string
Maximum Length:
128
-
associatedObjType: string
Maximum Length:
256
-
endTime: timestamp
Read-only and this operation is unsupported. @param endTime Time in milliseconds.
-
jobName(required): string
Maximum Length:
256
-
progressMessage: string
Maximum Length:
1024
Read-only and this operation is unsupported. @param progressMessage. -
result: AssociatedObj
-
runState: string
Allowed Values:
[ "ACTIVE", "SUCCEEDED", "FAILED", "ABORTED" ]
-
startTime: timestamp
Read-only and this operation is unsupported. @param startTime The startTime to set.
-
transcript: string
Maximum Length:
1000
-
username: string
Maximum Length:
64
-
workItemIds: array
workItemIds
-
workRequestId: string
Maximum Length:
256
Nested Schema : workQueueEntryIds
Type:
array
Nested Schema : workItemIds
Type:
array
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.