All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
| Method | HTTP request | Description |
|---|---|---|
| ezsignbulksend_create_ezsignbulksendtransmission_v2 | POST /2/object/ezsignbulksend/{pkiEzsignbulksendID}/createEzsignbulksendtransmission | Create a new Ezsignbulksendtransmission in the Ezsignbulksend |
| ezsignbulksend_create_object_v1 | POST /1/object/ezsignbulksend | Create a new Ezsignbulksend |
| ezsignbulksend_create_object_v2 | POST /2/object/ezsignbulksend | Create a new Ezsignbulksend |
| ezsignbulksend_delete_object_v1 | DELETE /1/object/ezsignbulksend/{pkiEzsignbulksendID} | Delete an existing Ezsignbulksend |
| ezsignbulksend_edit_object_v2 | PUT /2/object/ezsignbulksend/{pkiEzsignbulksendID} | Edit an existing Ezsignbulksend |
| ezsignbulksend_get_batch_file_v1 | GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getBatchFile | Retrieve file to download documents in batch |
| ezsignbulksend_get_csv_template_v1 | GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getCsvTemplate | Retrieve an existing Ezsignbulksend's empty Csv template |
| ezsignbulksend_get_ezsignbulksendtransmissions_v1 | GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getEzsignbulksendtransmissions | Retrieve an existing Ezsignbulksend's Ezsignbulksendtransmissions |
| ezsignbulksend_get_ezsignsignatures_automatic_v1 | GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getEzsignsignaturesAutomatic | Retrieve an existing Ezsignbulksend's automatic Ezsignsignatures |
| ezsignbulksend_get_forms_data_v1 | GET /1/object/ezsignbulksend/{pkiEzsignbulksendID}/getFormsData | Retrieve an existing Ezsignbulksend's forms data |
| ezsignbulksend_get_list_v1 | GET /1/object/ezsignbulksend/getList | Retrieve Ezsignbulksend list |
| ezsignbulksend_get_object_v2 | GET /2/object/ezsignbulksend/{pkiEzsignbulksendID} | Retrieve an existing Ezsignbulksend |
| ezsignbulksend_get_object_v3 | GET /3/object/ezsignbulksend/{pkiEzsignbulksendID} | Retrieve an existing Ezsignbulksend |
| ezsignbulksend_reorder_v1 | POST /1/object/ezsignbulksend/{pkiEzsignbulksendID}/reorder | Reorder Ezsignbulksenddocumentmappings in the Ezsignbulksend |
EzsignbulksendCreateEzsignbulksendtransmissionV2Response ezsignbulksend_create_ezsignbulksendtransmission_v2(pki_ezsignbulksend_id, ezsignbulksend_create_ezsignbulksendtransmission_v2_request)
Create a new Ezsignbulksendtransmission in the Ezsignbulksend
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_create_ezsignbulksendtransmission_v2_request import EzsignbulksendCreateEzsignbulksendtransmissionV2Request
from eZmaxApi.models.ezsignbulksend_create_ezsignbulksendtransmission_v2_response import EzsignbulksendCreateEzsignbulksendtransmissionV2Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
ezsignbulksend_create_ezsignbulksendtransmission_v2_request = eZmaxApi.EzsignbulksendCreateEzsignbulksendtransmissionV2Request() # EzsignbulksendCreateEzsignbulksendtransmissionV2Request |
try:
# Create a new Ezsignbulksendtransmission in the Ezsignbulksend
api_response = api_instance.ezsignbulksend_create_ezsignbulksendtransmission_v2(pki_ezsignbulksend_id, ezsignbulksend_create_ezsignbulksendtransmission_v2_request)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_create_ezsignbulksendtransmission_v2:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_create_ezsignbulksendtransmission_v2: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int | ||
| ezsignbulksend_create_ezsignbulksendtransmission_v2_request | EzsignbulksendCreateEzsignbulksendtransmissionV2Request |
EzsignbulksendCreateEzsignbulksendtransmissionV2Response
- Content-Type: application/json
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
| 422 | The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendCreateObjectV1Response ezsignbulksend_create_object_v1(ezsignbulksend_create_object_v1_request)
Create a new Ezsignbulksend
The endpoint allows to create one or many elements at once.
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_create_object_v1_request import EzsignbulksendCreateObjectV1Request
from eZmaxApi.models.ezsignbulksend_create_object_v1_response import EzsignbulksendCreateObjectV1Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
ezsignbulksend_create_object_v1_request = eZmaxApi.EzsignbulksendCreateObjectV1Request() # EzsignbulksendCreateObjectV1Request |
try:
# Create a new Ezsignbulksend
api_response = api_instance.ezsignbulksend_create_object_v1(ezsignbulksend_create_object_v1_request)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_create_object_v1:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_create_object_v1: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| ezsignbulksend_create_object_v1_request | EzsignbulksendCreateObjectV1Request |
EzsignbulksendCreateObjectV1Response
- Content-Type: application/json
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 201 | Successful response | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendCreateObjectV2Response ezsignbulksend_create_object_v2(ezsignbulksend_create_object_v2_request)
Create a new Ezsignbulksend
The endpoint allows to create one or many elements at once.
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_create_object_v2_request import EzsignbulksendCreateObjectV2Request
from eZmaxApi.models.ezsignbulksend_create_object_v2_response import EzsignbulksendCreateObjectV2Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
ezsignbulksend_create_object_v2_request = eZmaxApi.EzsignbulksendCreateObjectV2Request() # EzsignbulksendCreateObjectV2Request |
try:
# Create a new Ezsignbulksend
api_response = api_instance.ezsignbulksend_create_object_v2(ezsignbulksend_create_object_v2_request)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_create_object_v2:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_create_object_v2: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| ezsignbulksend_create_object_v2_request | EzsignbulksendCreateObjectV2Request |
EzsignbulksendCreateObjectV2Response
- Content-Type: application/json
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 201 | Successful response | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendDeleteObjectV1Response ezsignbulksend_delete_object_v1(pki_ezsignbulksend_id)
Delete an existing Ezsignbulksend
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_delete_object_v1_response import EzsignbulksendDeleteObjectV1Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
try:
# Delete an existing Ezsignbulksend
api_response = api_instance.ezsignbulksend_delete_object_v1(pki_ezsignbulksend_id)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_delete_object_v1:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_delete_object_v1: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int |
EzsignbulksendDeleteObjectV1Response
- Content-Type: Not defined
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
| 422 | The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendEditObjectV2Response ezsignbulksend_edit_object_v2(pki_ezsignbulksend_id, ezsignbulksend_edit_object_v2_request)
Edit an existing Ezsignbulksend
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_edit_object_v2_request import EzsignbulksendEditObjectV2Request
from eZmaxApi.models.ezsignbulksend_edit_object_v2_response import EzsignbulksendEditObjectV2Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
ezsignbulksend_edit_object_v2_request = eZmaxApi.EzsignbulksendEditObjectV2Request() # EzsignbulksendEditObjectV2Request |
try:
# Edit an existing Ezsignbulksend
api_response = api_instance.ezsignbulksend_edit_object_v2(pki_ezsignbulksend_id, ezsignbulksend_edit_object_v2_request)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_edit_object_v2:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_edit_object_v2: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int | ||
| ezsignbulksend_edit_object_v2_request | EzsignbulksendEditObjectV2Request |
EzsignbulksendEditObjectV2Response
- Content-Type: application/json
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
| 422 | The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
bytearray ezsignbulksend_get_batch_file_v1(pki_ezsignbulksend_id, b_include_signed=b_include_signed, b_include_attachment=b_include_attachment, b_include_proofdocument=b_include_proofdocument, b_include_proof=b_include_proof)
Retrieve file to download documents in batch
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
b_include_signed = True # bool | Include final document once all signatures were applied (optional)
b_include_attachment = True # bool | Include attached files in signatures (optional)
b_include_proofdocument = True # bool | Include the evidence report (optional)
b_include_proof = True # bool | include the complete evidence archive including all of the above and more (optional)
try:
# Retrieve file to download documents in batch
api_response = api_instance.ezsignbulksend_get_batch_file_v1(pki_ezsignbulksend_id, b_include_signed=b_include_signed, b_include_attachment=b_include_attachment, b_include_proofdocument=b_include_proofdocument, b_include_proof=b_include_proof)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_get_batch_file_v1:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_get_batch_file_v1: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int | ||
| b_include_signed | bool | Include final document once all signatures were applied | [optional] |
| b_include_attachment | bool | Include attached files in signatures | [optional] |
| b_include_proofdocument | bool | Include the evidence report | [optional] |
| b_include_proof | bool | include the complete evidence archive including all of the above and more | [optional] |
bytearray
- Content-Type: Not defined
- Accept: text/xml, application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
| 406 | The URL is valid, but one of the Accept header is not defined or invalid. For example, you set the header "Accept: application/json" but the function can only return "Content-type: image/png" | - |
| 422 | The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
str ezsignbulksend_get_csv_template_v1(pki_ezsignbulksend_id, e_csv_separator)
Retrieve an existing Ezsignbulksend's empty Csv template
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
e_csv_separator = 'e_csv_separator_example' # str | Separator that will be used to separate fields
try:
# Retrieve an existing Ezsignbulksend's empty Csv template
api_response = api_instance.ezsignbulksend_get_csv_template_v1(pki_ezsignbulksend_id, e_csv_separator)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_get_csv_template_v1:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_get_csv_template_v1: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int | ||
| e_csv_separator | str | Separator that will be used to separate fields |
str
- Content-Type: Not defined
- Accept: text/csv, application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
| 406 | The URL is valid, but one of the Accept header is not defined or invalid. For example, you set the header "Accept: application/json" but the function can only return "Content-type: image/png" | - |
| 422 | The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendGetEzsignbulksendtransmissionsV1Response ezsignbulksend_get_ezsignbulksendtransmissions_v1(pki_ezsignbulksend_id)
Retrieve an existing Ezsignbulksend's Ezsignbulksendtransmissions
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_get_ezsignbulksendtransmissions_v1_response import EzsignbulksendGetEzsignbulksendtransmissionsV1Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
try:
# Retrieve an existing Ezsignbulksend's Ezsignbulksendtransmissions
api_response = api_instance.ezsignbulksend_get_ezsignbulksendtransmissions_v1(pki_ezsignbulksend_id)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_get_ezsignbulksendtransmissions_v1:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_get_ezsignbulksendtransmissions_v1: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int |
EzsignbulksendGetEzsignbulksendtransmissionsV1Response
- Content-Type: Not defined
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendGetEzsignsignaturesAutomaticV1Response ezsignbulksend_get_ezsignsignatures_automatic_v1(pki_ezsignbulksend_id)
Retrieve an existing Ezsignbulksend's automatic Ezsignsignatures
Return the Ezsignsignatures that can be signed by the current user at the current step in the process
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_get_ezsignsignatures_automatic_v1_response import EzsignbulksendGetEzsignsignaturesAutomaticV1Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
try:
# Retrieve an existing Ezsignbulksend's automatic Ezsignsignatures
api_response = api_instance.ezsignbulksend_get_ezsignsignatures_automatic_v1(pki_ezsignbulksend_id)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_get_ezsignsignatures_automatic_v1:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_get_ezsignsignatures_automatic_v1: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int |
EzsignbulksendGetEzsignsignaturesAutomaticV1Response
- Content-Type: Not defined
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendGetFormsDataV1Response ezsignbulksend_get_forms_data_v1(pki_ezsignbulksend_id)
Retrieve an existing Ezsignbulksend's forms data
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_get_forms_data_v1_response import EzsignbulksendGetFormsDataV1Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
try:
# Retrieve an existing Ezsignbulksend's forms data
api_response = api_instance.ezsignbulksend_get_forms_data_v1(pki_ezsignbulksend_id)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_get_forms_data_v1:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_get_forms_data_v1: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int |
EzsignbulksendGetFormsDataV1Response
- Content-Type: Not defined
- Accept: application/json, application/zip
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
| 406 | The URL is valid, but one of the Accept header is not defined or invalid. For example, you set the header "Accept: application/json" but the function can only return "Content-type: image/png" | - |
| 422 | The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendGetListV1Response ezsignbulksend_get_list_v1(e_order_by=e_order_by, i_row_max=i_row_max, i_row_offset=i_row_offset, accept_language=accept_language, s_filter=s_filter)
Retrieve Ezsignbulksend list
Enum values that can be filtered in query parameter sFilter:
| Variable | Valid values |
|---|---|
| eEzsignfoldertypePrivacylevel | User Usergroup |
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_get_list_v1_response import EzsignbulksendGetListV1Response
from eZmaxApi.models.header_accept_language import HeaderAcceptLanguage
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
e_order_by = 'e_order_by_example' # str | Specify how you want the results to be sorted (optional)
i_row_max = 56 # int | (optional)
i_row_offset = 0 # int | (optional) (default to 0)
accept_language = eZmaxApi.HeaderAcceptLanguage() # HeaderAcceptLanguage | (optional)
s_filter = 's_filter_example' # str | (optional)
try:
# Retrieve Ezsignbulksend list
api_response = api_instance.ezsignbulksend_get_list_v1(e_order_by=e_order_by, i_row_max=i_row_max, i_row_offset=i_row_offset, accept_language=accept_language, s_filter=s_filter)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_get_list_v1:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_get_list_v1: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| e_order_by | str | Specify how you want the results to be sorted | [optional] |
| i_row_max | int | [optional] | |
| i_row_offset | int | [optional] [default to 0] | |
| accept_language | HeaderAcceptLanguage | [optional] | |
| s_filter | str | [optional] |
EzsignbulksendGetListV1Response
- Content-Type: Not defined
- Accept: application/json, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 406 | The URL is valid, but one of the Accept header is not defined or invalid. For example, you set the header "Accept: application/json" but the function can only return "Content-type: image/png" | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendGetObjectV2Response ezsignbulksend_get_object_v2(pki_ezsignbulksend_id)
Retrieve an existing Ezsignbulksend
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_get_object_v2_response import EzsignbulksendGetObjectV2Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
try:
# Retrieve an existing Ezsignbulksend
api_response = api_instance.ezsignbulksend_get_object_v2(pki_ezsignbulksend_id)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_get_object_v2:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_get_object_v2: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int |
EzsignbulksendGetObjectV2Response
- Content-Type: Not defined
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendGetObjectV3Response ezsignbulksend_get_object_v3(pki_ezsignbulksend_id)
Retrieve an existing Ezsignbulksend
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_get_object_v3_response import EzsignbulksendGetObjectV3Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
try:
# Retrieve an existing Ezsignbulksend
api_response = api_instance.ezsignbulksend_get_object_v3(pki_ezsignbulksend_id)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_get_object_v3:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_get_object_v3: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int |
EzsignbulksendGetObjectV3Response
- Content-Type: Not defined
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignbulksendReorderV1Response ezsignbulksend_reorder_v1(pki_ezsignbulksend_id, ezsignbulksend_reorder_v1_request)
Reorder Ezsignbulksenddocumentmappings in the Ezsignbulksend
- Api Key Authentication (Authorization):
import eZmaxApi
from eZmaxApi.models.ezsignbulksend_reorder_v1_request import EzsignbulksendReorderV1Request
from eZmaxApi.models.ezsignbulksend_reorder_v1_response import EzsignbulksendReorderV1Response
from eZmaxApi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = eZmaxApi.Configuration(
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: Authorization
configuration.api_key['Authorization'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Authorization'] = 'Bearer'
# Enter a context with an instance of the API client
with eZmaxApi.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = eZmaxApi.ObjectEzsignbulksendApi(api_client)
pki_ezsignbulksend_id = 56 # int |
ezsignbulksend_reorder_v1_request = eZmaxApi.EzsignbulksendReorderV1Request() # EzsignbulksendReorderV1Request |
try:
# Reorder Ezsignbulksenddocumentmappings in the Ezsignbulksend
api_response = api_instance.ezsignbulksend_reorder_v1(pki_ezsignbulksend_id, ezsignbulksend_reorder_v1_request)
print("The response of ObjectEzsignbulksendApi->ezsignbulksend_reorder_v1:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling ObjectEzsignbulksendApi->ezsignbulksend_reorder_v1: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignbulksend_id | int | ||
| ezsignbulksend_reorder_v1_request | EzsignbulksendReorderV1Request |
EzsignbulksendReorderV1Response
- Content-Type: application/json
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful response | - |
| 404 | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - |
| 422 | The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]