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 |
-(NSURLSessionTask*) versionhistoryGetObjectV2WithPkiVersionhistoryID: (NSNumber*) pkiVersionhistoryID
completionHandler: (void (^)(VersionhistoryGetObjectV2Response* output, NSError* error)) handler;
Retrieve an existing Versionhistory
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiVersionhistoryID = @56; //
ObjectVersionhistoryApi*apiInstance = [[ObjectVersionhistoryApi alloc] init];
// Retrieve an existing Versionhistory
[apiInstance versionhistoryGetObjectV2WithPkiVersionhistoryID:pkiVersionhistoryID
completionHandler: ^(VersionhistoryGetObjectV2Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectVersionhistoryApi->versionhistoryGetObjectV2: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiVersionhistoryID | NSNumber* |
VersionhistoryGetObjectV2Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]