Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 2.36 KB

ModuleEzsignAPI.md

File metadata and controls

71 lines (47 loc) · 2.36 KB

ModuleEzsignAPI

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

Method HTTP request Description
ModuleEzsignAPI_ezsignSuggestSignersV1 GET /1/module/ezsign/suggestSigners Suggest signers
ModuleEzsignAPI_ezsignSuggestTemplatesV1 GET /1/module/ezsign/suggestTemplates Suggest templates

ModuleEzsignAPI_ezsignSuggestSignersV1

// Suggest signers
//
// Retrieve previously used Ezsignsigners and all users from the system
//
ezsign_suggest_signers_v1_response_t* ModuleEzsignAPI_ezsignSuggestSignersV1(apiClient_t *apiClient);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration

Return type

ezsign_suggest_signers_v1_response_t *

Authorization

Authorization

HTTP request headers

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

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

ModuleEzsignAPI_ezsignSuggestTemplatesV1

// Suggest templates
//
// Retrieve Ezsigntemplates and Ezsigntemplatepackages that can be imported in a Ezsignfolder
//
ezsign_suggest_templates_v1_response_t* ModuleEzsignAPI_ezsignSuggestTemplatesV1(apiClient_t *apiClient, int *fkiEzsignfoldertypeID);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
fkiEzsignfoldertypeID int * [optional]

Return type

ezsign_suggest_templates_v1_response_t *

Authorization

Authorization

HTTP request headers

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

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