Click or drag to resize
ApiConnectionGetAppVersionList Method
Gets the basic information for all published versions. When API Key is provided, draft version information is included if draft version exists.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ApiConnectionAppVersion[] GetAppVersionList(
	string appSecret,
	string apiKey = null
)

Parameters

appSecret
Type: SystemString
Secret of an application.
apiKey (Optional)
Type: SystemString
Application owner API key.

Return Value

Type: ApiConnectionAppVersion
See Also