| 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.ApiAssembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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