Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.57 KB

ObjectEzsigntsarequirementApi.md

File metadata and controls

63 lines (42 loc) · 2.57 KB

ObjectEzsigntsarequirementApi

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

Method HTTP request Description
ezsigntsarequirementGetAutocompleteV2 GET /2/object/ezsigntsarequirement/getAutocomplete/{sSelector} Retrieve Ezsigntsarequirements and IDs

ezsigntsarequirementGetAutocompleteV2

EzsigntsarequirementGetAutocompleteV2Response ezsigntsarequirementGetAutocompleteV2(sSelector, fkiEzsignfoldertypeID, eFilterActive, sQuery, acceptLanguage)

Retrieve Ezsigntsarequirements and IDs

Get the list of Ezsigntsarequirement to be used in a dropdown or autocomplete control.

Example

// Import classes:
//import org.openapitools.client.api.ObjectEzsigntsarequirementApi;

ObjectEzsigntsarequirementApi apiInstance = new ObjectEzsigntsarequirementApi();
String sSelector = null; // String | The type of Ezsigntsarequirements to return
Integer fkiEzsignfoldertypeID = null; // Integer | 
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 {
    EzsigntsarequirementGetAutocompleteV2Response result = apiInstance.ezsigntsarequirementGetAutocompleteV2(sSelector, fkiEzsignfoldertypeID, eFilterActive, sQuery, acceptLanguage);
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling ObjectEzsigntsarequirementApi#ezsigntsarequirementGetAutocompleteV2");
    e.printStackTrace();
}

Parameters

Name Type Description Notes
sSelector String The type of Ezsigntsarequirements to return [default to null] [enum: All, User, Usergroup]
fkiEzsignfoldertypeID Integer [optional] [default to null]
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]

Return type

EzsigntsarequirementGetAutocompleteV2Response

Authorization

Authorization

HTTP request headers

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