All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
periodGetAutocompleteV2 | GET /2/object/period/getAutocomplete/{sSelector} | Retrieve Periods and IDs |
PeriodGetAutocompleteV2Response periodGetAutocompleteV2(sSelector, eFilterActive, sQuery, acceptLanguage)
Retrieve Periods and IDs
Get the list of Period to be used in a dropdown or autocomplete control.
// Import classes:
//import org.openapitools.client.api.ObjectPeriodApi;
ObjectPeriodApi apiInstance = new ObjectPeriodApi();
String sSelector = null; // String | The type of Periods to return
String eFilterActive = Active; // String | Specify which results we want to display.
String sQuery = null; // String | Allow to filter the returned results
HeaderAcceptLanguage acceptLanguage = null; // HeaderAcceptLanguage |
try {
PeriodGetAutocompleteV2Response result = apiInstance.periodGetAutocompleteV2(sSelector, eFilterActive, sQuery, acceptLanguage);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObjectPeriodApi#periodGetAutocompleteV2");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
sSelector | String | The type of Periods to return | [default to null] [enum: ActiveNormal, ActiveNormalAndEndOfYear, AllNormal, AllNormalAndEndOfYear] |
eFilterActive | String | Specify which results we want to display. | [optional] [default to Active] [enum: All, Active, Inactive] |
sQuery | String | Allow to filter the returned results | [optional] [default to null] |
acceptLanguage | HeaderAcceptLanguage | [optional] [default to null] [enum: *, en, fr] |
PeriodGetAutocompleteV2Response
- Content-Type: Not defined
- Accept: application/json