| ApiConnectionGetAppVersion Method |
Gets selected version object. If API key is provided, can get the information about draft version.
Namespace: PatchKit.ApiAssembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ApiConnectionAppVersion GetAppVersion(
string appSecret,
int versionId,
string apiKey = null
)
Parameters
- appSecret
- Type: SystemString
Secret of an application. - versionId
- Type: SystemInt32
Version id. - apiKey (Optional)
- Type: SystemString
Application owner API key.
Return Value
Type:
ApiConnectionAppVersion
See Also