Skip to content

The Official eZmax and eZsign Ruby SDK for interacting with the REST API.

License

Notifications You must be signed in to change notification settings

eZmaxinc/eZmax-SDK-ruby

Repository files navigation

Ezmaxapi

EzmaxApi - the Ruby gem for the eZmax API Definition (Full)

This API expose all the functionnalities for the eZmax and eZsign applications.

This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 1.2.0
  • Package version: 1.2.0
  • Generator version: 7.4.0
  • Build package: org.openapitools.codegen.languages.RubyClientCodegen For more information, please visit https://www.ezmax.ca/en/contact

Installation

Build a gem

To build the Ruby code into a gem:

gem build Ezmaxapi.gemspec

Then either install the gem locally:

gem install ./Ezmaxapi-1.2.0.gem

(for development, run gem install --dev ./Ezmaxapi-1.2.0.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'Ezmaxapi', '~> 1.2.0'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/ezmaxinc/ezmax-sdk-ruby, then add the following in the Gemfile:

gem 'Ezmaxapi', :git => 'https://github.com/ezmaxinc/ezmax-sdk-ruby.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'Ezmaxapi'

api_instance = EzmaxApi::GlobalCustomerApi.new
pks_customer_code = 'pks_customer_code_example' # String | 
opts = {
  s_infrastructureproduct_code: 'appcluster01' # String | The infrastructure product Code  If undefined, \"appcluster01\" is assumed
}

begin
  #Get customer endpoint
  result = api_instance.global_customer_get_endpoint_v1(pks_customer_code, opts)
  p result
rescue EzmaxApi::ApiError => e
  puts "Exception when calling GlobalCustomerApi->global_customer_get_endpoint_v1: #{e}"
end

Documentation for API Endpoints

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

Class Method HTTP request Description
EzmaxApi::GlobalCustomerApi global_customer_get_endpoint_v1 GET /1/customer/{pksCustomerCode}/endpoint Get customer endpoint
EzmaxApi::GlobalEzmaxclientApi global_ezmaxclient_version_v1 GET /1/ezmaxclient/{pksEzmaxclientOs}/version Retrieve the latest version of the Ezmaxclient
EzmaxApi::GlobalEzmaxcustomerApi global_ezmaxcustomer_get_configuration_v1 GET /1/ezmaxcustomer/{pksEzmaxcustomerCode}/getConfiguration Get ezmaxcustomer configuration
EzmaxApi::ModuleEzsignApi ezsign_suggest_signers_v1 GET /1/module/ezsign/suggestSigners Suggest signers
EzmaxApi::ModuleEzsignApi ezsign_suggest_templates_v1 GET /1/module/ezsign/suggestTemplates Suggest templates
EzmaxApi::ModuleReportApi report_get_report_from_cache_v1 GET /1/module/report/getReportFromCache/{sReportgroupCacheID} Retrieve report from cache
EzmaxApi::ModuleUserApi user_create_ezsignuser_v1 POST /1/module/user/createezsignuser Create a new User of type Ezsignuser
EzmaxApi::ObjectActivesessionApi activesession_get_current_v1 GET /1/object/activesession/getCurrent Get Current Activesession
EzmaxApi::ObjectActivesessionApi activesession_get_list_v1 GET /1/object/activesession/getList Retrieve Activesession list
EzmaxApi::ObjectApikeyApi apikey_create_object_v2 POST /2/object/apikey Create a new Apikey
EzmaxApi::ObjectApikeyApi apikey_edit_object_v1 PUT /1/object/apikey/{pkiApikeyID} Edit an existing Apikey
EzmaxApi::ObjectApikeyApi apikey_edit_permissions_v1 PUT /1/object/apikey/{pkiApikeyID}/editPermissions Edit multiple Permissions
EzmaxApi::ObjectApikeyApi apikey_get_cors_v1 GET /1/object/apikey/{pkiApikeyID}/getCors Retrieve an existing Apikey's cors
EzmaxApi::ObjectApikeyApi apikey_get_list_v1 GET /1/object/apikey/getList Retrieve Apikey list
EzmaxApi::ObjectApikeyApi apikey_get_object_v2 GET /2/object/apikey/{pkiApikeyID} Retrieve an existing Apikey
EzmaxApi::ObjectApikeyApi apikey_get_permissions_v1 GET /1/object/apikey/{pkiApikeyID}/getPermissions Retrieve an existing Apikey's Permissions
EzmaxApi::ObjectApikeyApi apikey_get_subnets_v1 GET /1/object/apikey/{pkiApikeyID}/getSubnets Retrieve an existing Apikey's subnets
EzmaxApi::ObjectApikeyApi apikey_regenerate_v1 POST /1/object/apikey/{pkiApikeyID}/regenerate Regenerate the Apikey
EzmaxApi::ObjectAttachmentApi attachment_download_v1 GET /1/object/attachment/{pkiAttachmentID}/download Retrieve the content
EzmaxApi::ObjectAttachmentApi attachment_get_attachmentlogs_v1 GET /1/object/attachment/{pkiAttachmentID}/getAttachmentlogs Retrieve the Attachmentlogs
EzmaxApi::ObjectAttachmentApi attachment_get_download_url_v1 GET /1/object/attachment/{pkiAttachmentID}/getDownloadUrl Retrieve a URL to download attachments.
EzmaxApi::ObjectBillingentityexternalApi billingentityexternal_get_autocomplete_v2 GET /2/object/billingentityexternal/getAutocomplete/{sSelector} Retrieve Billingentityexternals and IDs
EzmaxApi::ObjectBillingentityinternalApi billingentityinternal_create_object_v1 POST /1/object/billingentityinternal Create a new Billingentityinternal
EzmaxApi::ObjectBillingentityinternalApi billingentityinternal_edit_object_v1 PUT /1/object/billingentityinternal/{pkiBillingentityinternalID} Edit an existing Billingentityinternal
EzmaxApi::ObjectBillingentityinternalApi billingentityinternal_get_autocomplete_v2 GET /2/object/billingentityinternal/getAutocomplete/{sSelector} Retrieve Billingentityinternals and IDs
EzmaxApi::ObjectBillingentityinternalApi billingentityinternal_get_list_v1 GET /1/object/billingentityinternal/getList Retrieve Billingentityinternal list
EzmaxApi::ObjectBillingentityinternalApi billingentityinternal_get_object_v2 GET /2/object/billingentityinternal/{pkiBillingentityinternalID} Retrieve an existing Billingentityinternal
EzmaxApi::ObjectBrandingApi branding_create_object_v1 POST /1/object/branding Create a new Branding
EzmaxApi::ObjectBrandingApi branding_edit_object_v1 PUT /1/object/branding/{pkiBrandingID} Edit an existing Branding
EzmaxApi::ObjectBrandingApi branding_get_autocomplete_v2 GET /2/object/branding/getAutocomplete/{sSelector} Retrieve Brandings and IDs
EzmaxApi::ObjectBrandingApi branding_get_list_v1 GET /1/object/branding/getList Retrieve Branding list
EzmaxApi::ObjectBrandingApi branding_get_object_v2 GET /2/object/branding/{pkiBrandingID} Retrieve an existing Branding
EzmaxApi::ObjectBuyercontractApi buyercontract_get_communication_list_v1 GET /1/object/buyercontract/{pkiBuyercontractID}/getCommunicationList Retrieve Communication list
EzmaxApi::ObjectClonehistoryApi clonehistory_get_list_v1 GET /1/object/clonehistory/getList Retrieve Clonehistory list
EzmaxApi::ObjectCommunicationApi communication_send_v1 POST /1/object/communication/send Send a new Communication
EzmaxApi::ObjectCompanyApi company_get_autocomplete_v2 GET /2/object/company/getAutocomplete/{sSelector} Retrieve Companys and IDs
EzmaxApi::ObjectCorsApi cors_create_object_v1 POST /1/object/cors Create a new Cors
EzmaxApi::ObjectCorsApi cors_delete_object_v1 DELETE /1/object/cors/{pkiCorsID} Delete an existing Cors
EzmaxApi::ObjectCorsApi cors_edit_object_v1 PUT /1/object/cors/{pkiCorsID} Edit an existing Cors
EzmaxApi::ObjectCorsApi cors_get_object_v2 GET /2/object/cors/{pkiCorsID} Retrieve an existing Cors
EzmaxApi::ObjectCountryApi country_get_autocomplete_v2 GET /2/object/country/getAutocomplete/{sSelector} Retrieve Countries and IDs
EzmaxApi::ObjectCreditcardclientApi creditcardclient_create_object_v1 POST /1/object/creditcardclient Create a new Creditcardclient
EzmaxApi::ObjectCreditcardclientApi creditcardclient_delete_object_v1 DELETE /1/object/creditcardclient/{pkiCreditcardclientID} Delete an existing Creditcardclient
EzmaxApi::ObjectCreditcardclientApi creditcardclient_edit_object_v1 PUT /1/object/creditcardclient/{pkiCreditcardclientID} Edit an existing Creditcardclient
EzmaxApi::ObjectCreditcardclientApi creditcardclient_get_autocomplete_v2 GET /2/object/creditcardclient/getAutocomplete/{sSelector} Retrieve Creditcardclients and IDs
EzmaxApi::ObjectCreditcardclientApi creditcardclient_get_list_v1 GET /1/object/creditcardclient/getList Retrieve Creditcardclient list
EzmaxApi::ObjectCreditcardclientApi creditcardclient_get_object_v2 GET /2/object/creditcardclient/{pkiCreditcardclientID} Retrieve an existing Creditcardclient
EzmaxApi::ObjectCreditcardtypeApi creditcardtype_get_autocomplete_v2 GET /2/object/creditcardtype/getAutocomplete/{sSelector} Retrieve Creditcardtypes and IDs
EzmaxApi::ObjectDepartmentApi department_get_autocomplete_v2 GET /2/object/department/getAutocomplete/{sSelector} Retrieve Departments and IDs
EzmaxApi::ObjectDiscussionApi discussion_create_object_v1 POST /1/object/discussion Create a new Discussion
EzmaxApi::ObjectDiscussionApi discussion_delete_object_v1 DELETE /1/object/discussion/{pkiDiscussionID} Delete an existing Discussion
EzmaxApi::ObjectDiscussionApi discussion_get_object_v2 GET /2/object/discussion/{pkiDiscussionID} Retrieve an existing Discussion
EzmaxApi::ObjectDiscussionApi discussion_patch_object_v1 PATCH /1/object/discussion/{pkiDiscussionID} Patch an existing Discussion
EzmaxApi::ObjectDiscussionApi discussion_update_discussionreadstatus_v1 POST /1/object/discussion/{pkiDiscussionID}/updateDiscussionreadstatus Update the read status of the discussion
EzmaxApi::ObjectDiscussionmembershipApi discussionmembership_create_object_v1 POST /1/object/discussionmembership Create a new Discussionmembership
EzmaxApi::ObjectDiscussionmembershipApi discussionmembership_delete_object_v1 DELETE /1/object/discussionmembership/{pkiDiscussionmembershipID} Delete an existing Discussionmembership
EzmaxApi::ObjectDiscussionmessageApi discussionmessage_create_object_v1 POST /1/object/discussionmessage Create a new Discussionmessage
EzmaxApi::ObjectDiscussionmessageApi discussionmessage_delete_object_v1 DELETE /1/object/discussionmessage/{pkiDiscussionmessageID} Delete an existing Discussionmessage
EzmaxApi::ObjectDiscussionmessageApi discussionmessage_patch_object_v1 PATCH /1/object/discussionmessage/{pkiDiscussionmessageID} Patch an existing Discussionmessage
EzmaxApi::ObjectElectronicfundstransferApi electronicfundstransfer_get_communication_list_v1 GET /1/object/electronicfundstransfer/{pkiElectronicfundstransferID}/getCommunicationList Retrieve Communication list
EzmaxApi::ObjectEmailtypeApi emailtype_get_autocomplete_v2 GET /2/object/emailtype/getAutocomplete/{sSelector} Retrieve Emailtypes and IDs
EzmaxApi::ObjectEzmaxinvoicingApi ezmaxinvoicing_get_autocomplete_v2 GET /2/object/ezmaxinvoicing/getAutocomplete/{sSelector} Retrieve Ezmaxinvoicings and IDs
EzmaxApi::ObjectEzmaxinvoicingApi ezmaxinvoicing_get_object_v2 GET /2/object/ezmaxinvoicing/{pkiEzmaxinvoicingID} Retrieve an existing Ezmaxinvoicing
EzmaxApi::ObjectEzmaxinvoicingApi ezmaxinvoicing_get_provisional_v1 GET /1/object/ezmaxinvoicing/getProvisional Retrieve provisional Ezmaxinvoicing
EzmaxApi::ObjectEzmaxproductApi ezmaxproduct_get_autocomplete_v2 GET /2/object/ezmaxproduct/getAutocomplete/{sSelector} Retrieve Ezmaxproducts and IDs
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_create_ezsignbulksendtransmission_v1 POST /1/object/ezsignbulksend/{pkiEzsignbulksendID}/createEzsignbulksendtransmission Create a new Ezsignbulksendtransmission in the Ezsignbulksend
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_create_object_v1 POST /1/object/ezsignbulksend Create a new Ezsignbulksend
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_delete_object_v1 DELETE /1/object/ezsignbulksend/{pkiEzsignbulksendID} Delete an existing Ezsignbulksend
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_edit_object_v1 PUT /1/object/ezsignbulksend/{pkiEzsignbulksendID} Edit an existing Ezsignbulksend
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_get_csv_template_v1 GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getCsvTemplate Retrieve an existing Ezsignbulksend's empty Csv template
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_get_ezsignbulksendtransmissions_v1 GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getEzsignbulksendtransmissions Retrieve an existing Ezsignbulksend's Ezsignbulksendtransmissions
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_get_ezsignsignatures_automatic_v1 GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getEzsignsignaturesAutomatic Retrieve an existing Ezsignbulksend's automatic Ezsignsignatures
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_get_forms_data_v1 GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getFormsData Retrieve an existing Ezsignbulksend's forms data
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_get_list_v1 GET /1/object/ezsignbulksend/getList Retrieve Ezsignbulksend list
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_get_object_v2 GET /2/object/ezsignbulksend/{pkiEzsignbulksendID} Retrieve an existing Ezsignbulksend
EzmaxApi::ObjectEzsignbulksendApi ezsignbulksend_reorder_v1 POST /1/object/ezsignbulksend/{pkiEzsignbulksendID}/reorder Reorder Ezsignbulksenddocumentmappings in the Ezsignbulksend
EzmaxApi::ObjectEzsignbulksenddocumentmappingApi ezsignbulksenddocumentmapping_create_object_v1 POST /1/object/ezsignbulksenddocumentmapping Create a new Ezsignbulksenddocumentmapping
EzmaxApi::ObjectEzsignbulksenddocumentmappingApi ezsignbulksenddocumentmapping_delete_object_v1 DELETE /1/object/ezsignbulksenddocumentmapping/{pkiEzsignbulksenddocumentmappingID} Delete an existing Ezsignbulksenddocumentmapping
EzmaxApi::ObjectEzsignbulksenddocumentmappingApi ezsignbulksenddocumentmapping_get_object_v2 GET /2/object/ezsignbulksenddocumentmapping/{pkiEzsignbulksenddocumentmappingID} Retrieve an existing Ezsignbulksenddocumentmapping
EzmaxApi::ObjectEzsignbulksendsignermappingApi ezsignbulksendsignermapping_create_object_v1 POST /1/object/ezsignbulksendsignermapping Create a new Ezsignbulksendsignermapping
EzmaxApi::ObjectEzsignbulksendsignermappingApi ezsignbulksendsignermapping_delete_object_v1 DELETE /1/object/ezsignbulksendsignermapping/{pkiEzsignbulksendsignermappingID} Delete an existing Ezsignbulksendsignermapping
EzmaxApi::ObjectEzsignbulksendsignermappingApi ezsignbulksendsignermapping_get_object_v2 GET /2/object/ezsignbulksendsignermapping/{pkiEzsignbulksendsignermappingID} Retrieve an existing Ezsignbulksendsignermapping
EzmaxApi::ObjectEzsignbulksendtransmissionApi ezsignbulksendtransmission_get_csv_errors_v1 GET /1/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}/getCsvErrors Retrieve an existing Ezsignbulksendtransmission's Csv containing errors
EzmaxApi::ObjectEzsignbulksendtransmissionApi ezsignbulksendtransmission_get_ezsignsignatures_automatic_v1 GET /1/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}/getEzsignsignaturesAutomatic Retrieve an existing Ezsignbulksendtransmission's automatic Ezsignsignatures
EzmaxApi::ObjectEzsignbulksendtransmissionApi ezsignbulksendtransmission_get_forms_data_v1 GET /1/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID}/getFormsData Retrieve an existing Ezsignbulksendtransmission's forms data
EzmaxApi::ObjectEzsignbulksendtransmissionApi ezsignbulksendtransmission_get_object_v2 GET /2/object/ezsignbulksendtransmission/{pkiEzsignbulksendtransmissionID} Retrieve an existing Ezsignbulksendtransmission
EzmaxApi::ObjectEzsigndiscussionApi ezsigndiscussion_create_object_v1 POST /1/object/ezsigndiscussion Create a new Ezsigndiscussion
EzmaxApi::ObjectEzsigndiscussionApi ezsigndiscussion_delete_object_v1 DELETE /1/object/ezsigndiscussion/{pkiEzsigndiscussionID} Delete an existing Ezsigndiscussion
EzmaxApi::ObjectEzsigndiscussionApi ezsigndiscussion_get_object_v2 GET /2/object/ezsigndiscussion/{pkiEzsigndiscussionID} Retrieve an existing Ezsigndiscussion
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_apply_ezsigntemplate_v1 POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/applyezsigntemplate Apply an Ezsigntemplate to the Ezsigndocument.
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_apply_ezsigntemplate_v2 POST /2/object/ezsigndocument/{pkiEzsigndocumentID}/applyEzsigntemplate Apply an Ezsigntemplate to the Ezsigndocument.
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_apply_ezsigntemplateglobal_v1 POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/applyEzsigntemplateglobal Apply an Ezsigntemplateglobal to the Ezsigndocument.
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_create_ezsignelements_positioned_by_word_v1 POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/createEzsignelementsPositionedByWord Create multiple Ezsignsignatures/Ezsignformfieldgroups
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_create_object_v1 POST /1/object/ezsigndocument Create a new Ezsigndocument
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_create_object_v2 POST /2/object/ezsigndocument Create a new Ezsigndocument
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_decline_to_sign_v1 POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/declineToSign Decline to sign
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_delete_object_v1 DELETE /1/object/ezsigndocument/{pkiEzsigndocumentID} Delete an existing Ezsigndocument
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_edit_ezsignformfieldgroups_v1 PUT /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignformfieldgroups Edit multiple Ezsignformfieldgroups
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_edit_ezsignsignatures_v1 PUT /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignsignatures Edit multiple Ezsignsignatures
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_end_prematurely_v1 POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/endPrematurely End prematurely
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_flatten_v1 POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/flatten Flatten
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_actionable_elements_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getActionableElements Retrieve actionable elements for the Ezsigndocument
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_attachments_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getAttachments Retrieve Ezsigndocument's Attachments
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_completed_elements_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getCompletedElements Retrieve completed elements for the Ezsigndocument
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_download_url_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getDownloadUrl/{eDocumentType} Retrieve a URL to download documents.
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_ezsignannotations_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignannotations Retrieve an existing Ezsigndocument's Ezsignannotations
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_ezsigndiscussions_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsigndiscussions Retrieve an existing Ezsigndocument's Ezsigndiscussions
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_ezsignformfieldgroups_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignformfieldgroups Retrieve an existing Ezsigndocument's Ezsignformfieldgroups
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_ezsignpages_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignpages Retrieve an existing Ezsigndocument's Ezsignpages
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_ezsignsignatures_automatic_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignsignaturesAutomatic Retrieve an existing Ezsigndocument's automatic Ezsignsignatures
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_ezsignsignatures_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getEzsignsignatures Retrieve an existing Ezsigndocument's Ezsignsignatures
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_form_data_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getFormData Retrieve an existing Ezsigndocument's Form Data
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_object_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID} Retrieve an existing Ezsigndocument
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_object_v2 GET /2/object/ezsigndocument/{pkiEzsigndocumentID} Retrieve an existing Ezsigndocument
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_temporary_proof_v1 GET /1/object/ezsigndocument/{pkiEzsigndocumentID}/getTemporaryProof Retrieve the temporary proof
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_get_words_positions_v1 POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/getWordsPositions Retrieve positions X,Y of given words from a Ezsigndocument
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_patch_object_v1 PATCH /1/object/ezsigndocument/{pkiEzsigndocumentID} Patch an existing Ezsigndocument
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_submit_ezsignform_v1 POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/submitEzsignform Submit the Ezsignform
EzmaxApi::ObjectEzsigndocumentApi ezsigndocument_unsend_v1 POST /1/object/ezsigndocument/{pkiEzsigndocumentID}/unsend Unsend the Ezsigndocument
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_archive_v1 POST /1/object/ezsignfolder/{pkiEzsignfolderID}/archive Archive the Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_batch_download_v1 POST /1/object/ezsignfolder/{pkiEzsignfolderID}/batchDownload Download multiples files from an Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_create_object_v1 POST /1/object/ezsignfolder Create a new Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_create_object_v2 POST /2/object/ezsignfolder Create a new Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_delete_object_v1 DELETE /1/object/ezsignfolder/{pkiEzsignfolderID} Delete an existing Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_dispose_ezsignfolders_v1 POST /1/object/ezsignfolder/disposeEzsignfolders Dispose Ezsignfolders
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_dispose_v1 POST /1/object/ezsignfolder/{pkiEzsignfolderID}/dispose Dispose the Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_edit_object_v1 PUT /1/object/ezsignfolder/{pkiEzsignfolderID} Edit an existing Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_end_prematurely_v1 POST /1/object/ezsignfolder/{pkiEzsignfolderID}/endPrematurely End prematurely
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_actionable_elements_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getActionableElements Retrieve actionable elements for the Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_attachment_count_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getAttachmentCount Retrieve Attachment count
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_attachments_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getAttachments Retrieve Ezsignfolder's Attachments
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_communication_count_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationCount Retrieve Communication count
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_communication_list_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationList Retrieve Communication list
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_communicationrecipients_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationrecipients Retrieve Ezsignfolder's Communicationrecipient
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_communicationsenders_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationsenders Retrieve Ezsignfolder's Communicationsender
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_ezsigndocuments_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsigndocuments Retrieve an existing Ezsignfolder's Ezsigndocuments
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_ezsignfoldersignerassociations_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsignfoldersignerassociations Retrieve an existing Ezsignfolder's Ezsignfoldersignerassociations
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_ezsignsignatures_automatic_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsignsignaturesAutomatic Retrieve an existing Ezsignfolder's automatic Ezsignsignatures
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_forms_data_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getFormsData Retrieve an existing Ezsignfolder's forms data
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_list_v1 GET /1/object/ezsignfolder/getList Retrieve Ezsignfolder list
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_object_v1 GET /1/object/ezsignfolder/{pkiEzsignfolderID} Retrieve an existing Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_get_object_v2 GET /2/object/ezsignfolder/{pkiEzsignfolderID} Retrieve an existing Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_import_ezsignfoldersignerassociations_v1 POST /1/object/ezsignfolder/{pkiEzsignfolderID}/importEzsignfoldersignerassociations Import an existing Ezsignfoldersignerassociation into this Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_import_ezsigntemplatepackage_v1 POST /1/object/ezsignfolder/{pkiEzsignfolderID}/importEzsigntemplatepackage Import an Ezsigntemplatepackage in the Ezsignfolder.
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_reorder_v1 POST /1/object/ezsignfolder/{pkiEzsignfolderID}/reorder Reorder Ezsigndocuments in the Ezsignfolder
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_send_v1 POST /1/object/ezsignfolder/{pkiEzsignfolderID}/send Send the Ezsignfolder to the signatories for signature
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_send_v3 POST /3/object/ezsignfolder/{pkiEzsignfolderID}/send Send the Ezsignfolder to the signatories for signature
EzmaxApi::ObjectEzsignfolderApi ezsignfolder_unsend_v1 POST /1/object/ezsignfolder/{pkiEzsignfolderID}/unsend Unsend the Ezsignfolder
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_create_embedded_url_v1 POST /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/createEmbeddedUrl Creates an Url to allow embedded signing
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_create_object_v1 POST /1/object/ezsignfoldersignerassociation Create a new Ezsignfoldersignerassociation
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_create_object_v2 POST /2/object/ezsignfoldersignerassociation Create a new Ezsignfoldersignerassociation
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_delete_object_v1 DELETE /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} Delete an existing Ezsignfoldersignerassociation
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_edit_object_v1 PUT /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} Edit an existing Ezsignfoldersignerassociation
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_force_disconnect_v1 POST /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/forceDisconnect Disconnects the Ezsignfoldersignerassociation
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_get_in_person_login_url_v1 GET /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID}/getInPersonLoginUrl Retrieve a Login Url to allow In-Person signing
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_get_object_v1 GET /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} Retrieve an existing Ezsignfoldersignerassociation
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_get_object_v2 GET /2/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} Retrieve an existing Ezsignfoldersignerassociation
EzmaxApi::ObjectEzsignfoldersignerassociationApi ezsignfoldersignerassociation_patch_object_v1 PATCH /1/object/ezsignfoldersignerassociation/{pkiEzsignfoldersignerassociationID} Patch an existing Ezsignfoldersignerassociation
EzmaxApi::ObjectEzsignfoldertypeApi ezsignfoldertype_create_object_v2 POST /2/object/ezsignfoldertype Create a new Ezsignfoldertype
EzmaxApi::ObjectEzsignfoldertypeApi ezsignfoldertype_edit_object_v1 PUT /1/object/ezsignfoldertype/{pkiEzsignfoldertypeID} Edit an existing Ezsignfoldertype
EzmaxApi::ObjectEzsignfoldertypeApi ezsignfoldertype_edit_object_v2 PUT /2/object/ezsignfoldertype/{pkiEzsignfoldertypeID} Edit an existing Ezsignfoldertype
EzmaxApi::ObjectEzsignfoldertypeApi ezsignfoldertype_get_autocomplete_v2 GET /2/object/ezsignfoldertype/getAutocomplete/{sSelector} Retrieve Ezsignfoldertypes and IDs
EzmaxApi::ObjectEzsignfoldertypeApi ezsignfoldertype_get_list_v1 GET /1/object/ezsignfoldertype/getList Retrieve Ezsignfoldertype list
EzmaxApi::ObjectEzsignfoldertypeApi ezsignfoldertype_get_object_v2 GET /2/object/ezsignfoldertype/{pkiEzsignfoldertypeID} Retrieve an existing Ezsignfoldertype
EzmaxApi::ObjectEzsignfoldertypeApi ezsignfoldertype_get_object_v3 GET /3/object/ezsignfoldertype/{pkiEzsignfoldertypeID} Retrieve an existing Ezsignfoldertype
EzmaxApi::ObjectEzsignformfieldgroupApi ezsignformfieldgroup_create_object_v1 POST /1/object/ezsignformfieldgroup Create a new Ezsignformfieldgroup
EzmaxApi::ObjectEzsignformfieldgroupApi ezsignformfieldgroup_delete_object_v1 DELETE /1/object/ezsignformfieldgroup/{pkiEzsignformfieldgroupID} Delete an existing Ezsignformfieldgroup
EzmaxApi::ObjectEzsignformfieldgroupApi ezsignformfieldgroup_edit_object_v1 PUT /1/object/ezsignformfieldgroup/{pkiEzsignformfieldgroupID} Edit an existing Ezsignformfieldgroup
EzmaxApi::ObjectEzsignformfieldgroupApi ezsignformfieldgroup_get_object_v2 GET /2/object/ezsignformfieldgroup/{pkiEzsignformfieldgroupID} Retrieve an existing Ezsignformfieldgroup
EzmaxApi::ObjectEzsignpageApi ezsignpage_consult_v1 POST /1/object/ezsignpage/{pkiEzsignpageID}/consult Consult an Ezsignpage
EzmaxApi::ObjectEzsignsignatureApi ezsignsignature_create_object_v1 POST /1/object/ezsignsignature Create a new Ezsignsignature
EzmaxApi::ObjectEzsignsignatureApi ezsignsignature_create_object_v2 POST /2/object/ezsignsignature Create a new Ezsignsignature
EzmaxApi::ObjectEzsignsignatureApi ezsignsignature_delete_object_v1 DELETE /1/object/ezsignsignature/{pkiEzsignsignatureID} Delete an existing Ezsignsignature
EzmaxApi::ObjectEzsignsignatureApi ezsignsignature_edit_object_v1 PUT /1/object/ezsignsignature/{pkiEzsignsignatureID} Edit an existing Ezsignsignature
EzmaxApi::ObjectEzsignsignatureApi ezsignsignature_get_ezsignsignatureattachment_v1 GET /1/object/ezsignsignature/{pkiEzsignsignatureID}/getEzsignsignatureattachment Retrieve an existing Ezsignsignature's Ezsignsignatureattachments
EzmaxApi::ObjectEzsignsignatureApi ezsignsignature_get_ezsignsignatures_automatic_v1 GET /1/object/ezsignsignature/getEzsignsignaturesAutomatic Retrieve all automatic Ezsignsignatures
EzmaxApi::ObjectEzsignsignatureApi ezsignsignature_get_object_v2 GET /2/object/ezsignsignature/{pkiEzsignsignatureID} Retrieve an existing Ezsignsignature
EzmaxApi::ObjectEzsignsignatureApi ezsignsignature_sign_v1 POST /1/object/ezsignsignature/{pkiEzsignsignatureID}/sign Sign the Ezsignsignature
EzmaxApi::ObjectEzsignsignergroupApi ezsignsignergroup_create_object_v1 POST /1/object/ezsignsignergroup Create a new Ezsignsignergroup
EzmaxApi::ObjectEzsignsignergroupApi ezsignsignergroup_delete_object_v1 DELETE /1/object/ezsignsignergroup/{pkiEzsignsignergroupID} Delete an existing Ezsignsignergroup
EzmaxApi::ObjectEzsignsignergroupApi ezsignsignergroup_edit_ezsignsignergroupmemberships_v1 PUT /1/object/ezsignsignergroup/{pkiEzsignsignergroupID}/editEzsignsignergroupmemberships Edit multiple Ezsignsignergroupmemberships
EzmaxApi::ObjectEzsignsignergroupApi ezsignsignergroup_edit_object_v1 PUT /1/object/ezsignsignergroup/{pkiEzsignsignergroupID} Edit an existing Ezsignsignergroup
EzmaxApi::ObjectEzsignsignergroupApi ezsignsignergroup_get_ezsignsignergroupmemberships_v1 GET /1/object/ezsignsignergroup/{pkiEzsignsignergroupID}/getEzsignsignergroupmemberships Retrieve an existing Ezsignsignergroup's Ezsignsignergroupmemberships
EzmaxApi::ObjectEzsignsignergroupApi ezsignsignergroup_get_object_v2 GET /2/object/ezsignsignergroup/{pkiEzsignsignergroupID} Retrieve an existing Ezsignsignergroup
EzmaxApi::ObjectEzsignsignergroupmembershipApi ezsignsignergroupmembership_create_object_v1 POST /1/object/ezsignsignergroupmembership Create a new Ezsignsignergroupmembership
EzmaxApi::ObjectEzsignsignergroupmembershipApi ezsignsignergroupmembership_delete_object_v1 DELETE /1/object/ezsignsignergroupmembership/{pkiEzsignsignergroupmembershipID} Delete an existing Ezsignsignergroupmembership
EzmaxApi::ObjectEzsignsignergroupmembershipApi ezsignsignergroupmembership_get_object_v2 GET /2/object/ezsignsignergroupmembership/{pkiEzsignsignergroupmembershipID} Retrieve an existing Ezsignsignergroupmembership
EzmaxApi::ObjectEzsignsigningreasonApi ezsignsigningreason_create_object_v1 POST /1/object/ezsignsigningreason Create a new Ezsignsigningreason
EzmaxApi::ObjectEzsignsigningreasonApi ezsignsigningreason_edit_object_v1 PUT /1/object/ezsignsigningreason/{pkiEzsignsigningreasonID} Edit an existing Ezsignsigningreason
EzmaxApi::ObjectEzsignsigningreasonApi ezsignsigningreason_get_autocomplete_v2 GET /2/object/ezsignsigningreason/getAutocomplete/{sSelector} Retrieve Ezsignsigningreasons and IDs
EzmaxApi::ObjectEzsignsigningreasonApi ezsignsigningreason_get_list_v1 GET /1/object/ezsignsigningreason/getList Retrieve Ezsignsigningreason list
EzmaxApi::ObjectEzsignsigningreasonApi ezsignsigningreason_get_object_v2 GET /2/object/ezsignsigningreason/{pkiEzsignsigningreasonID} Retrieve an existing Ezsignsigningreason
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_copy_v1 POST /1/object/ezsigntemplate/{pkiEzsigntemplateID}/copy Copy the Ezsigntemplate
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_create_object_v1 POST /1/object/ezsigntemplate Create a new Ezsigntemplate
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_create_object_v2 POST /2/object/ezsigntemplate Create a new Ezsigntemplate
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_delete_object_v1 DELETE /1/object/ezsigntemplate/{pkiEzsigntemplateID} Delete an existing Ezsigntemplate
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_edit_object_v1 PUT /1/object/ezsigntemplate/{pkiEzsigntemplateID} Edit an existing Ezsigntemplate
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_edit_object_v2 PUT /2/object/ezsigntemplate/{pkiEzsigntemplateID} Edit an existing Ezsigntemplate
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_get_autocomplete_v2 GET /2/object/ezsigntemplate/getAutocomplete/{sSelector} Retrieve Ezsigntemplates and IDs
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_get_list_v1 GET /1/object/ezsigntemplate/getList Retrieve Ezsigntemplate list
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_get_object_v1 GET /1/object/ezsigntemplate/{pkiEzsigntemplateID} Retrieve an existing Ezsigntemplate
EzmaxApi::ObjectEzsigntemplateApi ezsigntemplate_get_object_v2 GET /2/object/ezsigntemplate/{pkiEzsigntemplateID} Retrieve an existing Ezsigntemplate
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_create_object_v1 POST /1/object/ezsigntemplatedocument Create a new Ezsigntemplatedocument
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1 PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplateformfieldgroups Edit multiple Ezsigntemplateformfieldgroups
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_edit_ezsigntemplatesignatures_v1 PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplatesignatures Edit multiple Ezsigntemplatesignatures
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_edit_object_v1 PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID} Edit an existing Ezsigntemplatedocument
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_flatten_v1 POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/flatten Flatten
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_get_ezsigntemplatedocumentpages_v1 GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatedocumentpages Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpages
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_get_ezsigntemplateformfieldgroups_v1 GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplateformfieldgroups Retrieve an existing Ezsigntemplatedocument's Ezsigntemplateformfieldgroups
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_get_ezsigntemplatesignatures_v1 GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatesignatures Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatesignatures
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_get_object_v2 GET /2/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID} Retrieve an existing Ezsigntemplatedocument
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_get_words_positions_v1 POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getWordsPositions Retrieve positions X,Y of given words from a Ezsigntemplatedocument
EzmaxApi::ObjectEzsigntemplatedocumentApi ezsigntemplatedocument_patch_object_v1 PATCH /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID} Patch an existing Ezsigntemplatedocument
EzmaxApi::ObjectEzsigntemplateformfieldgroupApi ezsigntemplateformfieldgroup_create_object_v1 POST /1/object/ezsigntemplateformfieldgroup Create a new Ezsigntemplateformfieldgroup
EzmaxApi::ObjectEzsigntemplateformfieldgroupApi ezsigntemplateformfieldgroup_delete_object_v1 DELETE /1/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID} Delete an existing Ezsigntemplateformfieldgroup
EzmaxApi::ObjectEzsigntemplateformfieldgroupApi ezsigntemplateformfieldgroup_edit_object_v1 PUT /1/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID} Edit an existing Ezsigntemplateformfieldgroup
EzmaxApi::ObjectEzsigntemplateformfieldgroupApi ezsigntemplateformfieldgroup_get_object_v2 GET /2/object/ezsigntemplateformfieldgroup/{pkiEzsigntemplateformfieldgroupID} Retrieve an existing Ezsigntemplateformfieldgroup
EzmaxApi::ObjectEzsigntemplateglobalApi ezsigntemplateglobal_get_autocomplete_v2 GET /2/object/ezsigntemplateglobal/getAutocomplete/{sSelector} Retrieve Ezsigntemplateglobals and IDs
EzmaxApi::ObjectEzsigntemplateglobalApi ezsigntemplateglobal_get_object_v2 GET /2/object/ezsigntemplateglobal/{pkiEzsigntemplateglobalID} Retrieve an existing Ezsigntemplateglobal
EzmaxApi::ObjectEzsigntemplatepackageApi ezsigntemplatepackage_create_object_v1 POST /1/object/ezsigntemplatepackage Create a new Ezsigntemplatepackage
EzmaxApi::ObjectEzsigntemplatepackageApi ezsigntemplatepackage_delete_object_v1 DELETE /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID} Delete an existing Ezsigntemplatepackage
EzmaxApi::ObjectEzsigntemplatepackageApi ezsigntemplatepackage_edit_ezsigntemplatepackagesigners_v1 PUT /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID}/editEzsigntemplatepackagesigners Edit multiple Ezsigntemplatepackagesigners
EzmaxApi::ObjectEzsigntemplatepackageApi ezsigntemplatepackage_edit_object_v1 PUT /1/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID} Edit an existing Ezsigntemplatepackage
EzmaxApi::ObjectEzsigntemplatepackageApi ezsigntemplatepackage_get_autocomplete_v2 GET /2/object/ezsigntemplatepackage/getAutocomplete/{sSelector} Retrieve Ezsigntemplatepackages and IDs
EzmaxApi::ObjectEzsigntemplatepackageApi ezsigntemplatepackage_get_list_v1 GET /1/object/ezsigntemplatepackage/getList Retrieve Ezsigntemplatepackage list
EzmaxApi::ObjectEzsigntemplatepackageApi ezsigntemplatepackage_get_object_v2 GET /2/object/ezsigntemplatepackage/{pkiEzsigntemplatepackageID} Retrieve an existing Ezsigntemplatepackage
EzmaxApi::ObjectEzsigntemplatepackagemembershipApi ezsigntemplatepackagemembership_create_object_v1 POST /1/object/ezsigntemplatepackagemembership Create a new Ezsigntemplatepackagemembership
EzmaxApi::ObjectEzsigntemplatepackagemembershipApi ezsigntemplatepackagemembership_delete_object_v1 DELETE /1/object/ezsigntemplatepackagemembership/{pkiEzsigntemplatepackagemembershipID} Delete an existing Ezsigntemplatepackagemembership
EzmaxApi::ObjectEzsigntemplatepackagemembershipApi ezsigntemplatepackagemembership_get_object_v2 GET /2/object/ezsigntemplatepackagemembership/{pkiEzsigntemplatepackagemembershipID} Retrieve an existing Ezsigntemplatepackagemembership
EzmaxApi::ObjectEzsigntemplatepackagesignerApi ezsigntemplatepackagesigner_create_object_v1 POST /1/object/ezsigntemplatepackagesigner Create a new Ezsigntemplatepackagesigner
EzmaxApi::ObjectEzsigntemplatepackagesignerApi ezsigntemplatepackagesigner_delete_object_v1 DELETE /1/object/ezsigntemplatepackagesigner/{pkiEzsigntemplatepackagesignerID} Delete an existing Ezsigntemplatepackagesigner
EzmaxApi::ObjectEzsigntemplatepackagesignerApi ezsigntemplatepackagesigner_edit_object_v1 PUT /1/object/ezsigntemplatepackagesigner/{pkiEzsigntemplatepackagesignerID} Edit an existing Ezsigntemplatepackagesigner
EzmaxApi::ObjectEzsigntemplatepackagesignerApi ezsigntemplatepackagesigner_get_object_v2 GET /2/object/ezsigntemplatepackagesigner/{pkiEzsigntemplatepackagesignerID} Retrieve an existing Ezsigntemplatepackagesigner
EzmaxApi::ObjectEzsigntemplatepackagesignermembershipApi ezsigntemplatepackagesignermembership_create_object_v1 POST /1/object/ezsigntemplatepackagesignermembership Create a new Ezsigntemplatepackagesignermembership
EzmaxApi::ObjectEzsigntemplatepackagesignermembershipApi ezsigntemplatepackagesignermembership_delete_object_v1 DELETE /1/object/ezsigntemplatepackagesignermembership/{pkiEzsigntemplatepackagesignermembershipID} Delete an existing Ezsigntemplatepackagesignermembership
EzmaxApi::ObjectEzsigntemplatepackagesignermembershipApi ezsigntemplatepackagesignermembership_get_object_v2 GET /2/object/ezsigntemplatepackagesignermembership/{pkiEzsigntemplatepackagesignermembershipID} Retrieve an existing Ezsigntemplatepackagesignermembership
EzmaxApi::ObjectEzsigntemplatesignatureApi ezsigntemplatesignature_create_object_v1 POST /1/object/ezsigntemplatesignature Create a new Ezsigntemplatesignature
EzmaxApi::ObjectEzsigntemplatesignatureApi ezsigntemplatesignature_delete_object_v1 DELETE /1/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID} Delete an existing Ezsigntemplatesignature
EzmaxApi::ObjectEzsigntemplatesignatureApi ezsigntemplatesignature_edit_object_v1 PUT /1/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID} Edit an existing Ezsigntemplatesignature
EzmaxApi::ObjectEzsigntemplatesignatureApi ezsigntemplatesignature_get_object_v2 GET /2/object/ezsigntemplatesignature/{pkiEzsigntemplatesignatureID} Retrieve an existing Ezsigntemplatesignature
EzmaxApi::ObjectEzsigntemplatesignerApi ezsigntemplatesigner_create_object_v1 POST /1/object/ezsigntemplatesigner Create a new Ezsigntemplatesigner
EzmaxApi::ObjectEzsigntemplatesignerApi ezsigntemplatesigner_delete_object_v1 DELETE /1/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID} Delete an existing Ezsigntemplatesigner
EzmaxApi::ObjectEzsigntemplatesignerApi ezsigntemplatesigner_edit_object_v1 PUT /1/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID} Edit an existing Ezsigntemplatesigner
EzmaxApi::ObjectEzsigntemplatesignerApi ezsigntemplatesigner_get_object_v2 GET /2/object/ezsigntemplatesigner/{pkiEzsigntemplatesignerID} Retrieve an existing Ezsigntemplatesigner
EzmaxApi::ObjectEzsigntsarequirementApi ezsigntsarequirement_get_autocomplete_v2 GET /2/object/ezsigntsarequirement/getAutocomplete/{sSelector} Retrieve Ezsigntsarequirements and IDs
EzmaxApi::ObjectFontApi font_get_autocomplete_v2 GET /2/object/font/getAutocomplete/{sSelector} Retrieve Fonts and IDs
EzmaxApi::ObjectFranchisebrokerApi franchisebroker_get_autocomplete_v2 GET /2/object/franchisebroker/getAutocomplete/{sSelector} Retrieve Franchisebrokers and IDs
EzmaxApi::ObjectFranchiseofficeApi franchiseoffice_get_autocomplete_v2 GET /2/object/franchiseoffice/getAutocomplete/{sSelector} Retrieve Franchiseoffices and IDs
EzmaxApi::ObjectFranchisereferalincomeApi franchisereferalincome_create_object_v2 POST /2/object/franchisereferalincome Create a new Franchisereferalincome
EzmaxApi::ObjectInscriptionApi inscription_get_attachments_v1 GET /1/object/inscription/{pkiInscriptionID}/getAttachments Retrieve Inscription's Attachments
EzmaxApi::ObjectInscriptionApi inscription_get_communication_list_v1 GET /1/object/inscription/{pkiInscriptionID}/getCommunicationList Retrieve Communication list
EzmaxApi::ObjectInscriptionApi inscription_get_communicationsenders_v1 GET /1/object/inscription/{pkiInscriptionID}/getCommunicationsenders Retrieve Inscription's Communicationsender
EzmaxApi::ObjectInscriptionnotauthenticatedApi inscriptionnotauthenticated_get_communication_list_v1 GET /1/object/inscriptionnotauthenticated/{pkiInscriptionnotauthenticatedID}/getCommunicationList Retrieve Communication list
EzmaxApi::ObjectInscriptiontempApi inscriptiontemp_get_communication_list_v1 GET /1/object/inscriptiontemp/{pkiInscriptiontempID}/getCommunicationList Retrieve Communication list
EzmaxApi::ObjectInvoiceApi invoice_get_attachments_v1 GET /1/object/invoice/{pkiInvoiceID}/getAttachments Retrieve Invoice's Attachments
EzmaxApi::ObjectInvoiceApi invoice_get_communication_list_v1 GET /1/object/invoice/{pkiInvoiceID}/getCommunicationList Retrieve Communication list
EzmaxApi::ObjectLanguageApi language_get_autocomplete_v2 GET /2/object/language/getAutocomplete/{sSelector} Retrieve Languages and IDs
EzmaxApi::ObjectModuleApi module_get_autocomplete_v2 GET /2/object/module/getAutocomplete/{sSelector} Retrieve Modules and IDs
EzmaxApi::ObjectModulegroupApi modulegroup_get_all_v1 GET /1/object/modulegroup/getAll/{eContext} Retrieve all Modulegroups
EzmaxApi::ObjectNotificationsectionApi notificationsection_get_notificationtests_v1 GET /1/object/notificationsection/{pkiNotificationsectionID}/getNotificationtests Retrieve an existing Notificationsection's Notificationtests
EzmaxApi::ObjectNotificationtestApi notificationtest_get_elements_v1 GET /1/object/notificationtest/{pkiNotificationtestID}/getElements Retrieve an existing Notificationtest's Elements
EzmaxApi::ObjectOtherincomeApi otherincome_get_communication_list_v1 GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationList Retrieve Communication list
EzmaxApi::ObjectPaymenttermApi paymentterm_create_object_v1 POST /1/object/paymentterm Create a new Paymentterm
EzmaxApi::ObjectPaymenttermApi paymentterm_edit_object_v1 PUT /1/object/paymentterm/{pkiPaymenttermID} Edit an existing Paymentterm
EzmaxApi::ObjectPaymenttermApi paymentterm_get_autocomplete_v2 GET /2/object/paymentterm/getAutocomplete/{sSelector} Retrieve Paymentterms and IDs
EzmaxApi::ObjectPaymenttermApi paymentterm_get_list_v1 GET /1/object/paymentterm/getList Retrieve Paymentterm list
EzmaxApi::ObjectPaymenttermApi paymentterm_get_object_v2 GET /2/object/paymentterm/{pkiPaymenttermID} Retrieve an existing Paymentterm
EzmaxApi::ObjectPeriodApi period_get_autocomplete_v2 GET /2/object/period/getAutocomplete/{sSelector} Retrieve Periods and IDs
EzmaxApi::ObjectPermissionApi permission_create_object_v1 POST /1/object/permission Create a new Permission
EzmaxApi::ObjectPermissionApi permission_delete_object_v1 DELETE /1/object/permission/{pkiPermissionID} Delete an existing Permission
EzmaxApi::ObjectPermissionApi permission_edit_object_v1 PUT /1/object/permission/{pkiPermissionID} Edit an existing Permission
EzmaxApi::ObjectPermissionApi permission_get_object_v2 GET /2/object/permission/{pkiPermissionID} Retrieve an existing Permission
EzmaxApi::ObjectPhonetypeApi phonetype_get_autocomplete_v2 GET /2/object/phonetype/getAutocomplete/{sSelector} Retrieve Phonetypes and IDs
EzmaxApi::ObjectProvinceApi province_get_autocomplete_v2 GET /2/object/province/getAutocomplete/{sSelector} Retrieve Provinces and IDs
EzmaxApi::ObjectRejectedoffertopurchaseApi rejectedoffertopurchase_get_communication_list_v1 GET /1/object/rejectedoffertopurchase/{pkiRejectedoffertopurchaseID}/getCommunicationList Retrieve Communication list
EzmaxApi::ObjectSecretquestionApi secretquestion_get_autocomplete_v2 GET /2/object/secretquestion/getAutocomplete/{sSelector} Retrieve Secretquestions and IDs
EzmaxApi::ObjectSessionhistoryApi sessionhistory_get_list_v1 GET /1/object/sessionhistory/getList Retrieve Sessionhistory list
EzmaxApi::ObjectSignatureApi signature_create_object_v1 POST /1/object/signature Create a new Signature
EzmaxApi::ObjectSignatureApi signature_delete_object_v1 DELETE /1/object/signature/{pkiSignatureID} Delete an existing Signature
EzmaxApi::ObjectSignatureApi signature_edit_object_v1 PUT /1/object/signature/{pkiSignatureID} Edit an existing Signature
EzmaxApi::ObjectSignatureApi signature_get_object_v2 GET /2/object/signature/{pkiSignatureID} Retrieve an existing Signature
EzmaxApi::ObjectSubnetApi subnet_create_object_v1 POST /1/object/subnet Create a new Subnet
EzmaxApi::ObjectSubnetApi subnet_delete_object_v1 DELETE /1/object/subnet/{pkiSubnetID} Delete an existing Subnet
EzmaxApi::ObjectSubnetApi subnet_edit_object_v1 PUT /1/object/subnet/{pkiSubnetID} Edit an existing Subnet
EzmaxApi::ObjectSubnetApi subnet_get_object_v2 GET /2/object/subnet/{pkiSubnetID} Retrieve an existing Subnet
EzmaxApi::ObjectSystemconfigurationApi systemconfiguration_edit_object_v1 PUT /1/object/systemconfiguration/{pkiSystemconfigurationID} Edit an existing Systemconfiguration
EzmaxApi::ObjectSystemconfigurationApi systemconfiguration_get_object_v2 GET /2/object/systemconfiguration/{pkiSystemconfigurationID} Retrieve an existing Systemconfiguration
EzmaxApi::ObjectTaxassignmentApi taxassignment_get_autocomplete_v2 GET /2/object/taxassignment/getAutocomplete/{sSelector} Retrieve Taxassignments and IDs
EzmaxApi::ObjectTimezoneApi timezone_get_autocomplete_v2 GET /2/object/timezone/getAutocomplete/{sSelector} Retrieve Timezones and IDs
EzmaxApi::ObjectUserApi user_create_object_v1 POST /1/object/user Create a new User
EzmaxApi::ObjectUserApi user_create_object_v2 POST /2/object/user Create a new User
EzmaxApi::ObjectUserApi user_edit_object_v1 PUT /1/object/user/{pkiUserID} Edit an existing User
EzmaxApi::ObjectUserApi user_edit_permissions_v1 PUT /1/object/user/{pkiUserID}/editPermissions Edit multiple Permissions
EzmaxApi::ObjectUserApi user_get_apikeys_v1 GET /1/object/user/{pkiUserID}/getApikeys Retrieve an existing User's Apikeys
EzmaxApi::ObjectUserApi user_get_autocomplete_v2 GET /2/object/user/getAutocomplete/{sSelector} Retrieve Users and IDs
EzmaxApi::ObjectUserApi user_get_effective_permissions_v1 GET /1/object/user/{pkiUserID}/getEffectivePermissions Retrieve an existing User's Effective Permissions
EzmaxApi::ObjectUserApi user_get_list_v1 GET /1/object/user/getList Retrieve User list
EzmaxApi::ObjectUserApi user_get_object_v2 GET /2/object/user/{pkiUserID} Retrieve an existing User
EzmaxApi::ObjectUserApi user_get_permissions_v1 GET /1/object/user/{pkiUserID}/getPermissions Retrieve an existing User's Permissions
EzmaxApi::ObjectUserApi user_get_subnets_v1 GET /1/object/user/{pkiUserID}/getSubnets Retrieve an existing User's Subnets
EzmaxApi::ObjectUserApi user_get_usergroupexternals_v1 GET /1/object/user/{pkiUserID}/getUsergroupexternals Get User's Usergroupexternals
EzmaxApi::ObjectUserApi user_get_usergroups_v1 GET /1/object/user/{pkiUserID}/getUsergroups Get User's Usergroups
EzmaxApi::ObjectUserApi user_send_password_reset_v1 POST /1/object/user/{pkiUserID}/sendPasswordReset Send password reset
EzmaxApi::ObjectUsergroupApi usergroup_create_object_v1 POST /1/object/usergroup Create a new Usergroup
EzmaxApi::ObjectUsergroupApi usergroup_edit_object_v1 PUT /1/object/usergroup/{pkiUsergroupID} Edit an existing Usergroup
EzmaxApi::ObjectUsergroupApi usergroup_edit_permissions_v1 PUT /1/object/usergroup/{pkiUsergroupID}/editPermissions Edit multiple Permissions
EzmaxApi::ObjectUsergroupApi usergroup_edit_usergroupdelegations_v1 PUT /1/object/usergroup/{pkiUsergroupID}/editUsergroupdelegations Edit multiple Usergroupdelegations
EzmaxApi::ObjectUsergroupApi usergroup_edit_usergroupmemberships_v1 PUT /1/object/usergroup/{pkiUsergroupID}/editUsergroupmemberships Edit multiple Usergroupmemberships
EzmaxApi::ObjectUsergroupApi usergroup_get_autocomplete_v2 GET /2/object/usergroup/getAutocomplete/{sSelector} Retrieve Usergroups and IDs
EzmaxApi::ObjectUsergroupApi usergroup_get_list_v1 GET /1/object/usergroup/getList Retrieve Usergroup list
EzmaxApi::ObjectUsergroupApi usergroup_get_object_v2 GET /2/object/usergroup/{pkiUsergroupID} Retrieve an existing Usergroup
EzmaxApi::ObjectUsergroupApi usergroup_get_permissions_v1 GET /1/object/usergroup/{pkiUsergroupID}/getPermissions Retrieve an existing Usergroup's Permissions
EzmaxApi::ObjectUsergroupApi usergroup_get_usergroupdelegations_v1 GET /1/object/usergroup/{pkiUsergroupID}/getUsergroupdelegations Retrieve an existing Usergroup's Usergroupdelegations
EzmaxApi::ObjectUsergroupApi usergroup_get_usergroupmemberships_v1 GET /1/object/usergroup/{pkiUsergroupID}/getUsergroupmemberships Retrieve an existing Usergroup's Usergroupmemberships
EzmaxApi::ObjectUsergroupdelegationApi usergroupdelegation_create_object_v1 POST /1/object/usergroupdelegation Create a new Usergroupdelegation
EzmaxApi::ObjectUsergroupdelegationApi usergroupdelegation_delete_object_v1 DELETE /1/object/usergroupdelegation/{pkiUsergroupdelegationID} Delete an existing Usergroupdelegation
EzmaxApi::ObjectUsergroupdelegationApi usergroupdelegation_edit_object_v1 PUT /1/object/usergroupdelegation/{pkiUsergroupdelegationID} Edit an existing Usergroupdelegation
EzmaxApi::ObjectUsergroupdelegationApi usergroupdelegation_get_object_v2 GET /2/object/usergroupdelegation/{pkiUsergroupdelegationID} Retrieve an existing Usergroupdelegation
EzmaxApi::ObjectUsergroupexternalApi usergroupexternal_create_object_v1 POST /1/object/usergroupexternal Create a new Usergroupexternal
EzmaxApi::ObjectUsergroupexternalApi usergroupexternal_delete_object_v1 DELETE /1/object/usergroupexternal/{pkiUsergroupexternalID} Delete an existing Usergroupexternal
EzmaxApi::ObjectUsergroupexternalApi usergroupexternal_edit_object_v1 PUT /1/object/usergroupexternal/{pkiUsergroupexternalID} Edit an existing Usergroupexternal
EzmaxApi::ObjectUsergroupexternalApi usergroupexternal_get_autocomplete_v2 GET /2/object/usergroupexternal/getAutocomplete/{sSelector} Retrieve Usergroupexternals and IDs
EzmaxApi::ObjectUsergroupexternalApi usergroupexternal_get_list_v1 GET /1/object/usergroupexternal/getList Retrieve Usergroupexternal list
EzmaxApi::ObjectUsergroupexternalApi usergroupexternal_get_object_v2 GET /2/object/usergroupexternal/{pkiUsergroupexternalID} Retrieve an existing Usergroupexternal
EzmaxApi::ObjectUsergroupexternalApi usergroupexternal_get_usergroupexternalmemberships_v1 GET /1/object/usergroupexternal/{pkiUsergroupexternalID}/getUsergroupexternalmemberships Retrieve an existing Usergroupexternal's Usergroupexternalmemberships
EzmaxApi::ObjectUsergroupexternalApi usergroupexternal_get_usergroups_v1 GET /1/object/usergroupexternal/{pkiUsergroupexternalID}/getUsergroups Get Usergroupexternal's Usergroups
EzmaxApi::ObjectUsergroupmembershipApi usergroupmembership_create_object_v1 POST /1/object/usergroupmembership Create a new Usergroupmembership
EzmaxApi::ObjectUsergroupmembershipApi usergroupmembership_delete_object_v1 DELETE /1/object/usergroupmembership/{pkiUsergroupmembershipID} Delete an existing Usergroupmembership
EzmaxApi::ObjectUsergroupmembershipApi usergroupmembership_edit_object_v1 PUT /1/object/usergroupmembership/{pkiUsergroupmembershipID} Edit an existing Usergroupmembership
EzmaxApi::ObjectUsergroupmembershipApi usergroupmembership_get_object_v2 GET /2/object/usergroupmembership/{pkiUsergroupmembershipID} Retrieve an existing Usergroupmembership
EzmaxApi::ObjectUserlogintypeApi userlogintype_get_autocomplete_v2 GET /2/object/userlogintype/getAutocomplete/{sSelector} Retrieve Userlogintypes and IDs
EzmaxApi::ObjectUserstagedApi userstaged_create_user_v1 POST /1/object/userstaged/{pkiUserstagedID}/createUser Create a User from a Userstaged and then map it
EzmaxApi::ObjectUserstagedApi userstaged_delete_object_v1 DELETE /1/object/userstaged/{pkiUserstagedID} Delete an existing Userstaged
EzmaxApi::ObjectUserstagedApi userstaged_get_list_v1 GET /1/object/userstaged/getList Retrieve Userstaged list
EzmaxApi::ObjectUserstagedApi userstaged_get_object_v2 GET /2/object/userstaged/{pkiUserstagedID} Retrieve an existing Userstaged
EzmaxApi::ObjectUserstagedApi userstaged_map_v1 POST /1/object/userstaged/{pkiUserstagedID}/map Map the Userstaged to an existing user
EzmaxApi::ObjectVariableexpenseApi variableexpense_create_object_v1 POST /1/object/variableexpense Create a new Variableexpense
EzmaxApi::ObjectVariableexpenseApi variableexpense_edit_object_v1 PUT /1/object/variableexpense/{pkiVariableexpenseID} Edit an existing Variableexpense
EzmaxApi::ObjectVariableexpenseApi variableexpense_get_autocomplete_v2 GET /2/object/variableexpense/getAutocomplete/{sSelector} Retrieve Variableexpenses and IDs
EzmaxApi::ObjectVariableexpenseApi variableexpense_get_list_v1 GET /1/object/variableexpense/getList Retrieve Variableexpense list
EzmaxApi::ObjectVariableexpenseApi variableexpense_get_object_v2 GET /2/object/variableexpense/{pkiVariableexpenseID} Retrieve an existing Variableexpense
EzmaxApi::ObjectVersionhistoryApi versionhistory_get_object_v2 GET /2/object/versionhistory/{pkiVersionhistoryID} Retrieve an existing Versionhistory
EzmaxApi::ObjectWebhookApi webhook_create_object_v2 POST /2/object/webhook Create a new Webhook
EzmaxApi::ObjectWebhookApi webhook_delete_object_v1 DELETE /1/object/webhook/{pkiWebhookID} Delete an existing Webhook
EzmaxApi::ObjectWebhookApi webhook_edit_object_v1 PUT /1/object/webhook/{pkiWebhookID} Edit an existing Webhook
EzmaxApi::ObjectWebhookApi webhook_get_history_v1 GET /1/object/webhook/{pkiWebhookID}/getHistory Retrieve the logs for recent Webhook calls
EzmaxApi::ObjectWebhookApi webhook_get_list_v1 GET /1/object/webhook/getList Retrieve Webhook list
EzmaxApi::ObjectWebhookApi webhook_get_object_v2 GET /2/object/webhook/{pkiWebhookID} Retrieve an existing Webhook
EzmaxApi::ObjectWebhookApi webhook_regenerate_apikey_v1 POST /1/object/webhook/{pkiWebhookID}/regenerateApikey Regenerate the Apikey
EzmaxApi::ObjectWebhookApi webhook_test_v1 POST /1/object/webhook/{pkiWebhookID}/test Test the Webhook by calling the Url
EzmaxApi::ScimGroupsApi groups_create_object_scim_v2 POST /2/scim/Groups Create a new Usergroup
EzmaxApi::ScimGroupsApi groups_delete_object_scim_v2 DELETE /2/scim/Groups/{groupId} Delete an existing Usergroup
EzmaxApi::ScimGroupsApi groups_edit_object_scim_v2 PUT /2/scim/Groups/{groupId} Edit an existing Usergroup
EzmaxApi::ScimGroupsApi groups_get_list_scim_v2 GET /2/scim/Groups Retrieve Usergroup list
EzmaxApi::ScimGroupsApi groups_get_object_scim_v2 GET /2/scim/Groups/{groupId} Retrieve an existing Usergroup
EzmaxApi::ScimServiceProviderConfigApi service_provider_config_get_object_scim_v2 GET /2/scim/ServiceProviderConfig Get Service Provider Configuration
EzmaxApi::ScimUsersApi users_create_object_scim_v2 POST /2/scim/Users Create a new User
EzmaxApi::ScimUsersApi users_delete_object_scim_v2 DELETE /2/scim/Users/{userId} Delete an existing User
EzmaxApi::ScimUsersApi users_edit_object_scim_v2 PUT /2/scim/Users/{userId} Edit an existing User
EzmaxApi::ScimUsersApi users_get_list_scim_v2 GET /2/scim/Users Retrieve User list
EzmaxApi::ScimUsersApi users_get_object_scim_v2 GET /2/scim/Users/{userId} Retrieve an existing User

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

Authorization

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Bearer

  • Type: Bearer authentication

Presigned

  • Type: API key
  • API key parameter name: sAuthorization
  • Location: URL query string