Previous Topic: GetUnitDiscoveredSoftwareNext Topic: GetUnitUnitGroups


GetUnitQueries

The GetUnitQueries method retrieves the queries from a query list.

Parameters

xsd:string sessionId (m)

Specifies the session ID obtained from the login to the web service.

xsd:long listHandle

Specifies a numeric handle to a list as returned by a previous call to OpenUnitQueryList.

xsd:long noOfQueries (m)

Specifies the total number of queries to get from the list. This number must be less than or equal to the total number in the list as returned by a previous call to OpenUnitQueryList.

Return Values

xsd:dsm ArrayOfUnitQueryProperties GetQueriesReturn

Returns an array of UnitQueryProperties—one for each query requested from the list.

UnitQueryProperties queryPropertiesArray

Returns query properties for each query in the list.

Remarks

None.

More information:

UnitQueryProperties