All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
versionhistoryGetObjectV2 | GET /2/object/versionhistory/{pkiVersionhistoryID} | Retrieve an existing Versionhistory |
VersionhistoryGetObjectV2Response versionhistoryGetObjectV2(pkiVersionhistoryID)
Retrieve an existing Versionhistory
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectVersionhistoryApi()
val pkiVersionhistoryID : kotlin.Int = 56 // kotlin.Int |
try {
val result : VersionhistoryGetObjectV2Response = apiInstance.versionhistoryGetObjectV2(pkiVersionhistoryID)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectVersionhistoryApi#versionhistoryGetObjectV2")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectVersionhistoryApi#versionhistoryGetObjectV2")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiVersionhistoryID | kotlin.Int |
VersionhistoryGetObjectV2Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json