All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
ezsigntemplatedocumentCreateObjectV1 | POST /1/object/ezsigntemplatedocument | Create a new Ezsigntemplatedocument |
ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1 | PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplatedocumentpagerecognitions | Edit multiple Ezsigntemplatedocumentpagerecognitions |
ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1 | PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplateformfieldgroups | Edit multiple Ezsigntemplateformfieldgroups |
ezsigntemplatedocumentEditEzsigntemplatesignaturesV1 | PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/editEzsigntemplatesignatures | Edit multiple Ezsigntemplatesignatures |
ezsigntemplatedocumentEditObjectV1 | PUT /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID} | Edit an existing Ezsigntemplatedocument |
ezsigntemplatedocumentExtractTextV1 | POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/extractText | Extract text from Ezsigntemplatedocument area |
ezsigntemplatedocumentFlattenV1 | POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/flatten | Flatten |
ezsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1 | GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatedocumentpagerecognitions | Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpagerecognitions |
ezsigntemplatedocumentGetEzsigntemplatedocumentpagesV1 | GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatedocumentpages | Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpages |
ezsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1 | GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplateformfieldgroups | Retrieve an existing Ezsigntemplatedocument's Ezsigntemplateformfieldgroups |
ezsigntemplatedocumentGetEzsigntemplatesignaturesV1 | GET /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getEzsigntemplatesignatures | Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatesignatures |
ezsigntemplatedocumentGetObjectV2 | GET /2/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID} | Retrieve an existing Ezsigntemplatedocument |
ezsigntemplatedocumentGetWordsPositionsV1 | POST /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID}/getWordsPositions | Retrieve positions X,Y of given words from a Ezsigntemplatedocument |
ezsigntemplatedocumentPatchObjectV1 | PATCH /1/object/ezsigntemplatedocument/{pkiEzsigntemplatedocumentID} | Patch an existing Ezsigntemplatedocument |
-(NSURLSessionTask*) ezsigntemplatedocumentCreateObjectV1WithEzsigntemplatedocumentCreateObjectV1Request: (EzsigntemplatedocumentCreateObjectV1Request*) ezsigntemplatedocumentCreateObjectV1Request
completionHandler: (void (^)(EzsigntemplatedocumentCreateObjectV1Response* output, NSError* error)) handler;
Create a new Ezsigntemplatedocument
The endpoint allows to create one or many elements at once.
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
EzsigntemplatedocumentCreateObjectV1Request* ezsigntemplatedocumentCreateObjectV1Request = [[EzsigntemplatedocumentCreateObjectV1Request alloc] init]; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Create a new Ezsigntemplatedocument
[apiInstance ezsigntemplatedocumentCreateObjectV1WithEzsigntemplatedocumentCreateObjectV1Request:ezsigntemplatedocumentCreateObjectV1Request
completionHandler: ^(EzsigntemplatedocumentCreateObjectV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentCreateObjectV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
ezsigntemplatedocumentCreateObjectV1Request | EzsigntemplatedocumentCreateObjectV1Request* |
EzsigntemplatedocumentCreateObjectV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request: (EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request*) ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request
completionHandler: (void (^)(EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Response* output, NSError* error)) handler;
Edit multiple Ezsigntemplatedocumentpagerecognitions
Edit multiple Ezsigntemplatedocumentpagerecognitions
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request* ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request = [[EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request alloc] init]; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Edit multiple Ezsigntemplatedocumentpagerecognitions
[apiInstance ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request:ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request
completionHandler: ^(EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* | ||
ezsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request | EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Request* |
EzsigntemplatedocumentEditEzsigntemplatedocumentpagerecognitionsV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request: (EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request*) ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request
completionHandler: (void (^)(EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Response* output, NSError* error)) handler;
Edit multiple Ezsigntemplateformfieldgroups
Using this endpoint, you can edit multiple Ezsigntemplateformfieldgroups at the same time.
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request* ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request = [[EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request alloc] init]; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Edit multiple Ezsigntemplateformfieldgroups
[apiInstance ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request:ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request
completionHandler: ^(EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* | ||
ezsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request | EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Request* |
EzsigntemplatedocumentEditEzsigntemplateformfieldgroupsV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentEditEzsigntemplatesignaturesV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
ezsigntemplatedocumentEditEzsigntemplatesignaturesV1Request: (EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Request*) ezsigntemplatedocumentEditEzsigntemplatesignaturesV1Request
completionHandler: (void (^)(EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Response* output, NSError* error)) handler;
Edit multiple Ezsigntemplatesignatures
Using this endpoint, you can edit multiple Ezsigntemplatesignatures at the same time.
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Request* ezsigntemplatedocumentEditEzsigntemplatesignaturesV1Request = [[EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Request alloc] init]; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Edit multiple Ezsigntemplatesignatures
[apiInstance ezsigntemplatedocumentEditEzsigntemplatesignaturesV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
ezsigntemplatedocumentEditEzsigntemplatesignaturesV1Request:ezsigntemplatedocumentEditEzsigntemplatesignaturesV1Request
completionHandler: ^(EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentEditEzsigntemplatesignaturesV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* | ||
ezsigntemplatedocumentEditEzsigntemplatesignaturesV1Request | EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Request* |
EzsigntemplatedocumentEditEzsigntemplatesignaturesV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentEditObjectV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
ezsigntemplatedocumentEditObjectV1Request: (EzsigntemplatedocumentEditObjectV1Request*) ezsigntemplatedocumentEditObjectV1Request
completionHandler: (void (^)(EzsigntemplatedocumentEditObjectV1Response* output, NSError* error)) handler;
Edit an existing Ezsigntemplatedocument
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
EzsigntemplatedocumentEditObjectV1Request* ezsigntemplatedocumentEditObjectV1Request = [[EzsigntemplatedocumentEditObjectV1Request alloc] init]; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Edit an existing Ezsigntemplatedocument
[apiInstance ezsigntemplatedocumentEditObjectV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
ezsigntemplatedocumentEditObjectV1Request:ezsigntemplatedocumentEditObjectV1Request
completionHandler: ^(EzsigntemplatedocumentEditObjectV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentEditObjectV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* | ||
ezsigntemplatedocumentEditObjectV1Request | EzsigntemplatedocumentEditObjectV1Request* |
EzsigntemplatedocumentEditObjectV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentExtractTextV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
ezsigntemplatedocumentExtractTextV1Request: (EzsigntemplatedocumentExtractTextV1Request*) ezsigntemplatedocumentExtractTextV1Request
completionHandler: (void (^)(EzsigntemplatedocumentExtractTextV1Response* output, NSError* error)) handler;
Extract text from Ezsigntemplatedocument area
Extract text from Ezsigntemplatedocument area
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
EzsigntemplatedocumentExtractTextV1Request* ezsigntemplatedocumentExtractTextV1Request = [[EzsigntemplatedocumentExtractTextV1Request alloc] init]; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Extract text from Ezsigntemplatedocument area
[apiInstance ezsigntemplatedocumentExtractTextV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
ezsigntemplatedocumentExtractTextV1Request:ezsigntemplatedocumentExtractTextV1Request
completionHandler: ^(EzsigntemplatedocumentExtractTextV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentExtractTextV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* | ||
ezsigntemplatedocumentExtractTextV1Request | EzsigntemplatedocumentExtractTextV1Request* |
EzsigntemplatedocumentExtractTextV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentFlattenV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
body: (NSObject*) body
completionHandler: (void (^)(EzsigntemplatedocumentFlattenV1Response* output, NSError* error)) handler;
Flatten
Flatten an Ezsigntemplatedocument signatures, forms and annotations. This process finalizes the PDF so that the forms and annotations become part of the document content and cannot be edited.
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
NSObject* body = NULL; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Flatten
[apiInstance ezsigntemplatedocumentFlattenV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
body:body
completionHandler: ^(EzsigntemplatedocumentFlattenV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentFlattenV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* | ||
body | NSObject* |
EzsigntemplatedocumentFlattenV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
completionHandler: (void (^)(EzsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1Response* output, NSError* error)) handler;
Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpagerecognitions
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpagerecognitions
[apiInstance ezsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
completionHandler: ^(EzsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* |
EzsigntemplatedocumentGetEzsigntemplatedocumentpagerecognitionsV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentGetEzsigntemplatedocumentpagesV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
completionHandler: (void (^)(EzsigntemplatedocumentGetEzsigntemplatedocumentpagesV1Response* output, NSError* error)) handler;
Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpages
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatedocumentpages
[apiInstance ezsigntemplatedocumentGetEzsigntemplatedocumentpagesV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
completionHandler: ^(EzsigntemplatedocumentGetEzsigntemplatedocumentpagesV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentGetEzsigntemplatedocumentpagesV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* |
EzsigntemplatedocumentGetEzsigntemplatedocumentpagesV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
completionHandler: (void (^)(EzsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1Response* output, NSError* error)) handler;
Retrieve an existing Ezsigntemplatedocument's Ezsigntemplateformfieldgroups
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Retrieve an existing Ezsigntemplatedocument's Ezsigntemplateformfieldgroups
[apiInstance ezsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
completionHandler: ^(EzsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* |
EzsigntemplatedocumentGetEzsigntemplateformfieldgroupsV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentGetEzsigntemplatesignaturesV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
completionHandler: (void (^)(EzsigntemplatedocumentGetEzsigntemplatesignaturesV1Response* output, NSError* error)) handler;
Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatesignatures
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Retrieve an existing Ezsigntemplatedocument's Ezsigntemplatesignatures
[apiInstance ezsigntemplatedocumentGetEzsigntemplatesignaturesV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
completionHandler: ^(EzsigntemplatedocumentGetEzsigntemplatesignaturesV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentGetEzsigntemplatesignaturesV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* |
EzsigntemplatedocumentGetEzsigntemplatesignaturesV1Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentGetObjectV2WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
completionHandler: (void (^)(EzsigntemplatedocumentGetObjectV2Response* output, NSError* error)) handler;
Retrieve an existing Ezsigntemplatedocument
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Retrieve an existing Ezsigntemplatedocument
[apiInstance ezsigntemplatedocumentGetObjectV2WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
completionHandler: ^(EzsigntemplatedocumentGetObjectV2Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentGetObjectV2: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* |
EzsigntemplatedocumentGetObjectV2Response*
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentGetWordsPositionsV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
ezsigntemplatedocumentGetWordsPositionsV1Request: (EzsigntemplatedocumentGetWordsPositionsV1Request*) ezsigntemplatedocumentGetWordsPositionsV1Request
completionHandler: (void (^)(EzsigntemplatedocumentGetWordsPositionsV1Response* output, NSError* error)) handler;
Retrieve positions X,Y of given words from a Ezsigntemplatedocument
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
EzsigntemplatedocumentGetWordsPositionsV1Request* ezsigntemplatedocumentGetWordsPositionsV1Request = [[EzsigntemplatedocumentGetWordsPositionsV1Request alloc] init]; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Retrieve positions X,Y of given words from a Ezsigntemplatedocument
[apiInstance ezsigntemplatedocumentGetWordsPositionsV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
ezsigntemplatedocumentGetWordsPositionsV1Request:ezsigntemplatedocumentGetWordsPositionsV1Request
completionHandler: ^(EzsigntemplatedocumentGetWordsPositionsV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentGetWordsPositionsV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* | ||
ezsigntemplatedocumentGetWordsPositionsV1Request | EzsigntemplatedocumentGetWordsPositionsV1Request* |
EzsigntemplatedocumentGetWordsPositionsV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
-(NSURLSessionTask*) ezsigntemplatedocumentPatchObjectV1WithPkiEzsigntemplatedocumentID: (NSNumber*) pkiEzsigntemplatedocumentID
ezsigntemplatedocumentPatchObjectV1Request: (EzsigntemplatedocumentPatchObjectV1Request*) ezsigntemplatedocumentPatchObjectV1Request
completionHandler: (void (^)(EzsigntemplatedocumentPatchObjectV1Response* output, NSError* error)) handler;
Patch an existing Ezsigntemplatedocument
DefaultConfiguration *apiConfig = [DefaultConfiguration sharedConfig];
// Configure API key authorization: (authentication scheme: Authorization)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"Authorization"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"Authorization"];
NSNumber* pkiEzsigntemplatedocumentID = @56; //
EzsigntemplatedocumentPatchObjectV1Request* ezsigntemplatedocumentPatchObjectV1Request = [[EzsigntemplatedocumentPatchObjectV1Request alloc] init]; //
ObjectEzsigntemplatedocumentApi*apiInstance = [[ObjectEzsigntemplatedocumentApi alloc] init];
// Patch an existing Ezsigntemplatedocument
[apiInstance ezsigntemplatedocumentPatchObjectV1WithPkiEzsigntemplatedocumentID:pkiEzsigntemplatedocumentID
ezsigntemplatedocumentPatchObjectV1Request:ezsigntemplatedocumentPatchObjectV1Request
completionHandler: ^(EzsigntemplatedocumentPatchObjectV1Response* output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error calling ObjectEzsigntemplatedocumentApi->ezsigntemplatedocumentPatchObjectV1: %@", error);
}
}];
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsigntemplatedocumentID | NSNumber* | ||
ezsigntemplatedocumentPatchObjectV1Request | EzsigntemplatedocumentPatchObjectV1Request* |
EzsigntemplatedocumentPatchObjectV1Response*
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]