Click or drag to resize

IDRARestServerWorkItemParametersGetInfo Method

Get Workitem Attributes
UriTemplate: /dra/workitem/parameters/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/workitem/parameters/get")]
Stream WorkItemParametersGetInfo(
	Nullable<int> workitemId,
	string workflowPath,
	string[] requestedProperties,
	ConnectionParameters connectionParameters
)

Parameters

workitemId
Type: SystemNullableInt32
The workitem ID. Optional, if workflow is passed.
workflowPath
Type: SystemString
The workflow path. Optional, if workitem is passed.
requestedProperties
Type: SystemString
An optional list of the properties to retrieve from the server for the workitem
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials.

Return Value

Type: Stream
A WorkItemParameterListResponse containing the operation results
See Also