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
Supported Media Types
Request Body - application/x-www-form-urlencoded ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Filter
Type: object
Show Source
Nested Schema : faultIds
Type: array
Nested Schema : filterConditions
Type: array
Nested Schema : orderByList
Type: array
Security
Back to Top

Response

Supported Media Types

200 Response

Request completed successfully.
Body ()
Root Schema : schema
Type: array
Show Source
  • 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
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
Nested Schema : workQueueEntryIds
Type: array
Nested Schema : workItemIds
Type: array

400 Response

Bad request
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Show Source

Default Response

An error has occurred
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top