[This is preliminary documentation and is subject to change.]

Fetch an Audit from Q-Pulse.

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.70

Syntax

C#
Audit GetAudit(
	string token,
	int auditID
)

Parameters

token
Type: System..::..String
An authentication token previously requested from the Core service.
auditID
Type: System..::..Int32
The ID of the Audit to fetch.

Return Value

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.IAudit.GetAudit(System.String,System.Int32)"]

See Also