import 'package:openapi/api.dart';
All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
ezsignfolderArchiveV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/archive | Archive the Ezsignfolder |
ezsignfolderBatchDownloadV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/batchDownload | Download multiples files from an Ezsignfolder |
ezsignfolderCreateObjectV1 | POST /1/object/ezsignfolder | Create a new Ezsignfolder |
ezsignfolderCreateObjectV2 | POST /2/object/ezsignfolder | Create a new Ezsignfolder |
ezsignfolderDeleteObjectV1 | DELETE /1/object/ezsignfolder/{pkiEzsignfolderID} | Delete an existing Ezsignfolder |
ezsignfolderDisposeEzsignfoldersV1 | POST /1/object/ezsignfolder/disposeEzsignfolders | Dispose Ezsignfolders |
ezsignfolderDisposeV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/dispose | Dispose the Ezsignfolder |
ezsignfolderEditObjectV1 | PUT /1/object/ezsignfolder/{pkiEzsignfolderID} | Edit an existing Ezsignfolder |
ezsignfolderEndPrematurelyV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/endPrematurely | End prematurely |
ezsignfolderGetActionableElementsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getActionableElements | Retrieve actionable elements for the Ezsignfolder |
ezsignfolderGetAttachmentCountV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getAttachmentCount | Retrieve Attachment count |
ezsignfolderGetAttachmentsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getAttachments | Retrieve Ezsignfolder's Attachments |
ezsignfolderGetCommunicationCountV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationCount | Retrieve Communication count |
ezsignfolderGetCommunicationListV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationList | Retrieve Communication list |
ezsignfolderGetCommunicationrecipientsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationrecipients | Retrieve Ezsignfolder's Communicationrecipient |
ezsignfolderGetCommunicationsendersV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getCommunicationsenders | Retrieve Ezsignfolder's Communicationsender |
ezsignfolderGetEzsigndocumentsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsigndocuments | Retrieve an existing Ezsignfolder's Ezsigndocuments |
ezsignfolderGetEzsignfoldersignerassociationsV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsignfoldersignerassociations | Retrieve an existing Ezsignfolder's Ezsignfoldersignerassociations |
ezsignfolderGetEzsignsignaturesAutomaticV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getEzsignsignaturesAutomatic | Retrieve an existing Ezsignfolder's automatic Ezsignsignatures |
ezsignfolderGetFormsDataV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID}/getFormsData | Retrieve an existing Ezsignfolder's forms data |
ezsignfolderGetListV1 | GET /1/object/ezsignfolder/getList | Retrieve Ezsignfolder list |
ezsignfolderGetObjectV1 | GET /1/object/ezsignfolder/{pkiEzsignfolderID} | Retrieve an existing Ezsignfolder |
ezsignfolderGetObjectV2 | GET /2/object/ezsignfolder/{pkiEzsignfolderID} | Retrieve an existing Ezsignfolder |
ezsignfolderImportEzsignfoldersignerassociationsV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/importEzsignfoldersignerassociations | Import an existing Ezsignfoldersignerassociation into this Ezsignfolder |
ezsignfolderImportEzsigntemplatepackageV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/importEzsigntemplatepackage | Import an Ezsigntemplatepackage in the Ezsignfolder. |
ezsignfolderReorderV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/reorder | Reorder Ezsigndocuments in the Ezsignfolder |
ezsignfolderSendV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/send | Send the Ezsignfolder to the signatories for signature |
ezsignfolderSendV3 | POST /3/object/ezsignfolder/{pkiEzsignfolderID}/send | Send the Ezsignfolder to the signatories for signature |
ezsignfolderUnsendV1 | POST /1/object/ezsignfolder/{pkiEzsignfolderID}/unsend | Unsend the Ezsignfolder |
EzsignfolderArchiveV1Response ezsignfolderArchiveV1(pkiEzsignfolderID, body)
Archive the Ezsignfolder
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final body = Object(); // Object |
try {
final result = api_instance.ezsignfolderArchiveV1(pkiEzsignfolderID, body);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderArchiveV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
body | Object |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
MultipartFile ezsignfolderBatchDownloadV1(pkiEzsignfolderID, ezsignfolderBatchDownloadV1Request)
Download multiples files from an Ezsignfolder
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final ezsignfolderBatchDownloadV1Request = EzsignfolderBatchDownloadV1Request(); // EzsignfolderBatchDownloadV1Request |
try {
final result = api_instance.ezsignfolderBatchDownloadV1(pkiEzsignfolderID, ezsignfolderBatchDownloadV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderBatchDownloadV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
ezsignfolderBatchDownloadV1Request | EzsignfolderBatchDownloadV1Request |
- Content-Type: application/json
- Accept: application/zip, application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderCreateObjectV1Response ezsignfolderCreateObjectV1(ezsignfolderCreateObjectV1Request)
Create a new Ezsignfolder
The endpoint allows to create one or many elements at once. The array can contain simple (Just the object) or compound (The object and its child) objects. Creating compound elements allows to reduce the multiple requests to create all child objects.
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final ezsignfolderCreateObjectV1Request = [List<EzsignfolderCreateObjectV1Request>()]; // List<EzsignfolderCreateObjectV1Request> |
try {
final result = api_instance.ezsignfolderCreateObjectV1(ezsignfolderCreateObjectV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderCreateObjectV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
ezsignfolderCreateObjectV1Request | List |
EzsignfolderCreateObjectV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderCreateObjectV2Response ezsignfolderCreateObjectV2(ezsignfolderCreateObjectV2Request)
Create a new Ezsignfolder
The endpoint allows to create one or many elements at once.
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final ezsignfolderCreateObjectV2Request = EzsignfolderCreateObjectV2Request(); // EzsignfolderCreateObjectV2Request |
try {
final result = api_instance.ezsignfolderCreateObjectV2(ezsignfolderCreateObjectV2Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderCreateObjectV2: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
ezsignfolderCreateObjectV2Request | EzsignfolderCreateObjectV2Request |
EzsignfolderCreateObjectV2Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderDeleteObjectV1Response ezsignfolderDeleteObjectV1(pkiEzsignfolderID)
Delete an existing Ezsignfolder
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderDeleteObjectV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderDeleteObjectV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderDeleteObjectV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderDisposeEzsignfoldersV1Response ezsignfolderDisposeEzsignfoldersV1(ezsignfolderDisposeEzsignfoldersV1Request)
Dispose Ezsignfolders
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final ezsignfolderDisposeEzsignfoldersV1Request = EzsignfolderDisposeEzsignfoldersV1Request(); // EzsignfolderDisposeEzsignfoldersV1Request |
try {
final result = api_instance.ezsignfolderDisposeEzsignfoldersV1(ezsignfolderDisposeEzsignfoldersV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderDisposeEzsignfoldersV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
ezsignfolderDisposeEzsignfoldersV1Request | EzsignfolderDisposeEzsignfoldersV1Request |
EzsignfolderDisposeEzsignfoldersV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderDisposeV1Response ezsignfolderDisposeV1(pkiEzsignfolderID, body)
Dispose the Ezsignfolder
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final body = Object(); // Object |
try {
final result = api_instance.ezsignfolderDisposeV1(pkiEzsignfolderID, body);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderDisposeV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
body | Object |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderEditObjectV1Response ezsignfolderEditObjectV1(pkiEzsignfolderID, ezsignfolderEditObjectV1Request)
Edit an existing Ezsignfolder
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final ezsignfolderEditObjectV1Request = EzsignfolderEditObjectV1Request(); // EzsignfolderEditObjectV1Request |
try {
final result = api_instance.ezsignfolderEditObjectV1(pkiEzsignfolderID, ezsignfolderEditObjectV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderEditObjectV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
ezsignfolderEditObjectV1Request | EzsignfolderEditObjectV1Request |
EzsignfolderEditObjectV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderEndPrematurelyV1Response ezsignfolderEndPrematurelyV1(pkiEzsignfolderID, body)
End prematurely
End prematurely all Ezsigndocument of Ezsignfolder when some signatures are still required
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final body = Object(); // Object |
try {
final result = api_instance.ezsignfolderEndPrematurelyV1(pkiEzsignfolderID, body);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderEndPrematurelyV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
body | Object |
EzsignfolderEndPrematurelyV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetActionableElementsV1Response ezsignfolderGetActionableElementsV1(pkiEzsignfolderID)
Retrieve actionable elements for the Ezsignfolder
Return the Ezsignsignatures that can be signed and Ezsignformfieldgroups that can be filled by the current user at the current step in the process
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetActionableElementsV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetActionableElementsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetActionableElementsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetAttachmentCountV1Response ezsignfolderGetAttachmentCountV1(pkiEzsignfolderID)
Retrieve Attachment count
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetAttachmentCountV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetAttachmentCountV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetAttachmentCountV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetAttachmentsV1Response ezsignfolderGetAttachmentsV1(pkiEzsignfolderID)
Retrieve Ezsignfolder's Attachments
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetAttachmentsV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetAttachmentsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetAttachmentsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetCommunicationCountV1Response ezsignfolderGetCommunicationCountV1(pkiEzsignfolderID)
Retrieve Communication count
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetCommunicationCountV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetCommunicationCountV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetCommunicationCountV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetCommunicationListV1Response ezsignfolderGetCommunicationListV1(pkiEzsignfolderID)
Retrieve Communication list
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetCommunicationListV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetCommunicationListV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetCommunicationListV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetCommunicationrecipientsV1Response ezsignfolderGetCommunicationrecipientsV1(pkiEzsignfolderID)
Retrieve Ezsignfolder's Communicationrecipient
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetCommunicationrecipientsV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetCommunicationrecipientsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetCommunicationrecipientsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetCommunicationsendersV1Response ezsignfolderGetCommunicationsendersV1(pkiEzsignfolderID)
Retrieve Ezsignfolder's Communicationsender
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetCommunicationsendersV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetCommunicationsendersV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetCommunicationsendersV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetEzsigndocumentsV1Response ezsignfolderGetEzsigndocumentsV1(pkiEzsignfolderID)
Retrieve an existing Ezsignfolder's Ezsigndocuments
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetEzsigndocumentsV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetEzsigndocumentsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetEzsigndocumentsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetEzsignfoldersignerassociationsV1Response ezsignfolderGetEzsignfoldersignerassociationsV1(pkiEzsignfolderID)
Retrieve an existing Ezsignfolder's Ezsignfoldersignerassociations
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetEzsignfoldersignerassociationsV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetEzsignfoldersignerassociationsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetEzsignfoldersignerassociationsV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetEzsignsignaturesAutomaticV1Response ezsignfolderGetEzsignsignaturesAutomaticV1(pkiEzsignfolderID)
Retrieve an existing Ezsignfolder's automatic Ezsignsignatures
Return the Ezsignsignatures that can be signed by the current user at the current step in the process
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetEzsignsignaturesAutomaticV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetEzsignsignaturesAutomaticV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetEzsignsignaturesAutomaticV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetFormsDataV1Response ezsignfolderGetFormsDataV1(pkiEzsignfolderID)
Retrieve an existing Ezsignfolder's forms data
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetFormsDataV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetFormsDataV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetFormsDataV1Response
- Content-Type: Not defined
- Accept: application/json, application/zip
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetListV1Response ezsignfolderGetListV1(eOrderBy, iRowMax, iRowOffset, acceptLanguage, sFilter)
Retrieve Ezsignfolder list
Enum values that can be filtered in query parameter sFilter: | Variable | Valid values | |---|---| | eEzsignfolderStep | Unsent
Sent
PartiallySigned
Expired
Completed
Archived
Disposed| | eEzsignfoldertypePrivacylevel | User
Usergroup | Advanced filters that can be used in query parameter sFilter: | Variable | |---| | fkiUserID | | sContactFirstname | | sContactLastname | | sEzsigndocumentName |
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final eOrderBy = eOrderBy_example; // String | Specify how you want the results to be sorted
final iRowMax = 56; // int |
final iRowOffset = 56; // int |
final acceptLanguage = ; // HeaderAcceptLanguage |
final sFilter = sFilter_example; // String |
try {
final result = api_instance.ezsignfolderGetListV1(eOrderBy, iRowMax, iRowOffset, acceptLanguage, sFilter);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetListV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
eOrderBy | String | Specify how you want the results to be sorted | [optional] |
iRowMax | int | [optional] | |
iRowOffset | int | [optional] [default to 0] | |
acceptLanguage | HeaderAcceptLanguage | [optional] | |
sFilter | String | [optional] |
- Content-Type: Not defined
- Accept: application/json, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetObjectV1Response ezsignfolderGetObjectV1(pkiEzsignfolderID)
Retrieve an existing Ezsignfolder
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetObjectV1(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetObjectV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetObjectV1Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderGetObjectV2Response ezsignfolderGetObjectV2(pkiEzsignfolderID)
Retrieve an existing Ezsignfolder
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
try {
final result = api_instance.ezsignfolderGetObjectV2(pkiEzsignfolderID);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderGetObjectV2: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int |
EzsignfolderGetObjectV2Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderImportEzsignfoldersignerassociationsV1Response ezsignfolderImportEzsignfoldersignerassociationsV1(pkiEzsignfolderID, ezsignfolderImportEzsignfoldersignerassociationsV1Request)
Import an existing Ezsignfoldersignerassociation into this Ezsignfolder
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final ezsignfolderImportEzsignfoldersignerassociationsV1Request = EzsignfolderImportEzsignfoldersignerassociationsV1Request(); // EzsignfolderImportEzsignfoldersignerassociationsV1Request |
try {
final result = api_instance.ezsignfolderImportEzsignfoldersignerassociationsV1(pkiEzsignfolderID, ezsignfolderImportEzsignfoldersignerassociationsV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderImportEzsignfoldersignerassociationsV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
ezsignfolderImportEzsignfoldersignerassociationsV1Request | EzsignfolderImportEzsignfoldersignerassociationsV1Request |
EzsignfolderImportEzsignfoldersignerassociationsV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderImportEzsigntemplatepackageV1Response ezsignfolderImportEzsigntemplatepackageV1(pkiEzsignfolderID, ezsignfolderImportEzsigntemplatepackageV1Request)
Import an Ezsigntemplatepackage in the Ezsignfolder.
This endpoint imports all of the Ezsigntemplates from the Ezsigntemplatepackage into the Ezsignfolder as Ezsigndocuments. This allows to automatically apply all the Ezsigntemplateformfieldgroups and Ezsigntemplatesignatures on the newly created Ezsigndocuments in a single step.
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final ezsignfolderImportEzsigntemplatepackageV1Request = EzsignfolderImportEzsigntemplatepackageV1Request(); // EzsignfolderImportEzsigntemplatepackageV1Request |
try {
final result = api_instance.ezsignfolderImportEzsigntemplatepackageV1(pkiEzsignfolderID, ezsignfolderImportEzsigntemplatepackageV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderImportEzsigntemplatepackageV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
ezsignfolderImportEzsigntemplatepackageV1Request | EzsignfolderImportEzsigntemplatepackageV1Request |
EzsignfolderImportEzsigntemplatepackageV1Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderReorderV1Response ezsignfolderReorderV1(pkiEzsignfolderID, ezsignfolderReorderV1Request)
Reorder Ezsigndocuments in the Ezsignfolder
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final ezsignfolderReorderV1Request = EzsignfolderReorderV1Request(); // EzsignfolderReorderV1Request |
try {
final result = api_instance.ezsignfolderReorderV1(pkiEzsignfolderID, ezsignfolderReorderV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderReorderV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
ezsignfolderReorderV1Request | EzsignfolderReorderV1Request |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderSendV1Response ezsignfolderSendV1(pkiEzsignfolderID, ezsignfolderSendV1Request)
Send the Ezsignfolder to the signatories for signature
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final ezsignfolderSendV1Request = EzsignfolderSendV1Request(); // EzsignfolderSendV1Request |
try {
final result = api_instance.ezsignfolderSendV1(pkiEzsignfolderID, ezsignfolderSendV1Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderSendV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
ezsignfolderSendV1Request | EzsignfolderSendV1Request |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderSendV3Response ezsignfolderSendV3(pkiEzsignfolderID, ezsignfolderSendV3Request)
Send the Ezsignfolder to the signatories for signature
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final ezsignfolderSendV3Request = EzsignfolderSendV3Request(); // EzsignfolderSendV3Request |
try {
final result = api_instance.ezsignfolderSendV3(pkiEzsignfolderID, ezsignfolderSendV3Request);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderSendV3: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
ezsignfolderSendV3Request | EzsignfolderSendV3Request |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
EzsignfolderUnsendV1Response ezsignfolderUnsendV1(pkiEzsignfolderID, body)
Unsend the Ezsignfolder
Once an Ezsignfolder has been sent to signatories, it cannot be modified. Using this endpoint, you can unsend the Ezsignfolder and make it modifiable again. Signatories will receive an email informing them the signature process was aborted and they might receive a new invitation to sign.
import 'package:openapi/api.dart';
// TODO Configure API key authorization: Authorization
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKey = 'YOUR_API_KEY';
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//defaultApiClient.getAuthentication<ApiKeyAuth>('Authorization').apiKeyPrefix = 'Bearer';
final api_instance = ObjectEzsignfolderApi();
final pkiEzsignfolderID = 56; // int |
final body = Object(); // Object |
try {
final result = api_instance.ezsignfolderUnsendV1(pkiEzsignfolderID, body);
print(result);
} catch (e) {
print('Exception when calling ObjectEzsignfolderApi->ezsignfolderUnsendV1: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfolderID | int | ||
body | Object |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]