| 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
)
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/workitem/parameters/get")>
Function WorkItemParametersGetInfo (
workitemId As Nullable(Of Integer),
workflowPath As String,
requestedProperties As String(),
connectionParameters As ConnectionParameters
) As Stream
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:
StreamA
WorkItemParameterListResponse containing the operation results
See Also