All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
ezsignSuggestSignersV1 | GET /1/module/ezsign/suggestSigners | Suggest signers |
ezsignSuggestTemplatesV1 | GET /1/module/ezsign/suggestTemplates | Suggest templates |
EzsignSuggestSignersV1Response ezsignSuggestSignersV1()
Suggest signers
Retrieve previously used Ezsignsigners and all users from the system
import EZmaxApiDefinitionFull from 'e_zmax_api_definition__full';
let defaultClient = EZmaxApiDefinitionFull.ApiClient.instance;
// Configure API key authorization: Authorization
let Authorization = defaultClient.authentications['Authorization'];
Authorization.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Authorization.apiKeyPrefix = 'Token';
let apiInstance = new EZmaxApiDefinitionFull.ModuleEzsignApi();
apiInstance.ezsignSuggestSignersV1((error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
This endpoint does not need any parameter.
EzsignSuggestSignersV1Response
- Content-Type: Not defined
- Accept: application/json
EzsignSuggestTemplatesV1Response ezsignSuggestTemplatesV1(opts)
Suggest templates
Retrieve Ezsigntemplates and Ezsigntemplatepackages that can be imported in a Ezsignfolder
import EZmaxApiDefinitionFull from 'e_zmax_api_definition__full';
let defaultClient = EZmaxApiDefinitionFull.ApiClient.instance;
// Configure API key authorization: Authorization
let Authorization = defaultClient.authentications['Authorization'];
Authorization.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Authorization.apiKeyPrefix = 'Token';
let apiInstance = new EZmaxApiDefinitionFull.ModuleEzsignApi();
let opts = {
'fkiEzsignfoldertypeID': 56 // Number |
};
apiInstance.ezsignSuggestTemplatesV1(opts, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
fkiEzsignfoldertypeID | Number | [optional] |
EzsignSuggestTemplatesV1Response
- Content-Type: Not defined
- Accept: application/json