Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.79 KB

ObjectSessionhistoryAPI.md

File metadata and controls

42 lines (28 loc) · 1.79 KB

ObjectSessionhistoryAPI

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

Method HTTP request Description
ObjectSessionhistoryAPI_sessionhistoryGetListV1 GET /1/object/sessionhistory/getList Retrieve Sessionhistory list

ObjectSessionhistoryAPI_sessionhistoryGetListV1

// Retrieve Sessionhistory list
//
sessionhistory_get_list_v1_response_t* ObjectSessionhistoryAPI_sessionhistoryGetListV1(apiClient_t *apiClient, ezmax_api_definition__full_sessionhistoryGetListV1_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_sessionhistoryGetListV1_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

sessionhistory_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]