Click or drag to resize

IDRARestServerWorkItemEnum Method

Enumerate Workitems
UriTemplate: /dra/workitems/get

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/workitems/get")]
Stream WorkItemEnum(
	string userIdentifier,
	string[] attributes,
	WorkItemEnumerationOptions enumerationOptions,
	ConnectionParameters connectionParameters
)

Parameters

userIdentifier
Type: SystemString
A string identifying the user. Supported format is OnePoint path.
attributes
Type: SystemString
An optional list of the properties to retrieve from the server for all workflows
enumerationOptions
Type: NetIQ.DRA.Common.Rest.DataModelsWorkItemEnumerationOptions
An WorkItemEnumerationOptions structure that controls how the enumeration is performed
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials.

Return Value

Type: Stream
A WorkflowItemListResponse containing the operation results
See Also