Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.33 KB

ObjectVersionhistoryAPI.md

File metadata and controls

40 lines (26 loc) · 1.33 KB

ObjectVersionhistoryAPI

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
ObjectVersionhistoryAPI_versionhistoryGetObjectV2 GET /2/object/versionhistory/{pkiVersionhistoryID} Retrieve an existing Versionhistory

ObjectVersionhistoryAPI_versionhistoryGetObjectV2

// Retrieve an existing Versionhistory
//
// 
//
versionhistory_get_object_v2_response_t* ObjectVersionhistoryAPI_versionhistoryGetObjectV2(apiClient_t *apiClient, int *pkiVersionhistoryID);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
pkiVersionhistoryID int *

Return type

versionhistory_get_object_v2_response_t *

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]