Previous Topic: GetQueriesNext Topic: GetQueryResults


GetQuery

The GetQuery method retrieves a Client Automation query definition identified by its UUID.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string queryId (m)

The UUID of the query to retrieve.

QueryPropertiesRequired queryPropertiesRequired (m)

This parameter specifies the query properties to retrieve.

Return Values

QueryProperties GetQueryReturn

The query properties retrieved.

Remarks

None

More information:

QueryProperties

QueryPropertiesRequired

GetQuery2

The GetQuery2 method retrieves a CA ITCM query definition identified by its UUID. This method returns the sql statement of the query and link query name.

Parameters

xsd:string sessionId

The session identifier.

xsd:string queryId

The UUID of the query to retrieve.

dsm:QueryPropertiesRequired3 queryPropertiesRequired

This parameter specifies the query properties to retrieve.

Return Values

dsm:QueryProperties3 GetQueryReturn

The query properties retrieved.