Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.76 KB

ObjectClonehistoryAPI.md

File metadata and controls

44 lines (30 loc) · 1.76 KB

ObjectClonehistoryAPI

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

Method HTTP request Description
ObjectClonehistoryAPI_clonehistoryGetListV1 GET /1/object/clonehistory/getList Retrieve Clonehistory list

ObjectClonehistoryAPI_clonehistoryGetListV1

// Retrieve Clonehistory list
//
// 
//
clonehistory_get_list_v1_response_t* ObjectClonehistoryAPI_clonehistoryGetListV1(apiClient_t *apiClient, ezmax_api_definition__full_clonehistoryGetListV1_eOrderBy_e eOrderBy, int *iRowMax, int *iRowOffset, header_accept_language_e Accept_Language, char *sFilter);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
eOrderBy ezmax_api_definition__full_clonehistoryGetListV1_eOrderBy_e Specify how you want the results to be sorted [optional]
iRowMax int * [optional]
iRowOffset int * [optional] [default to 0]
Accept_Language header_accept_language_e [optional]
sFilter char * [optional]

Return type

clonehistory_get_list_v1_response_t *

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

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