Skip to content

Commit 13b5aaa

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent 9d2de97 commit 13b5aaa

1,546 files changed

Lines changed: 1747 additions & 1663 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
eZmax API Definition (Full)
44
- API version: 1.2.1
5-
- Build date: 2025-01-15T21:36:57.992386529Z[Etc/UTC]
5+
- Build date: 2025-01-16T17:00:54.231192679Z[Etc/UTC]
66
- Generator version: 7.10.0
77

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

api/openapi.yaml

Lines changed: 132 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -27350,20 +27350,25 @@ components:
2735027350
- eAttachmentDocumenttype
2735127351
type: object
2735227352
Custom-Branding-Response:
27353-
allOf:
27354-
- properties:
27355-
iBrandingColor:
27356-
$ref: '#/components/schemas/Field-iBrandingColor'
27357-
sBrandingLogointerfaceurl:
27358-
$ref: '#/components/schemas/Computed-sBrandingLogointerfaceurl'
27359-
required:
27360-
- iBrandingColor
27361-
- sBrandingLogointerfaceurl
27362-
type: object
2736327353
description: A Custom Branding Object
2736427354
example:
2736527355
iBrandingColor: 15658734
2736627356
sBrandingLogointerfaceurl: http://www.example.com/logo.jpg
27357+
properties:
27358+
iBrandingColor:
27359+
description: The primary color. This is a RGB color converted into integer
27360+
example: 15658734
27361+
maximum: 16777215
27362+
minimum: 0
27363+
type: integer
27364+
sBrandingLogointerfaceurl:
27365+
description: The url of the picture used as logo in the Branding
27366+
example: http://www.example.com/logo.jpg
27367+
pattern: "^(https|http):\\/\\/[^\\s\\/$.?#].[^\\s]*$"
27368+
type: string
27369+
required:
27370+
- iBrandingColor
27371+
- sBrandingLogointerfaceurl
2736727372
type: object
2736827373
Custom-CommunicationListElement-Response:
2736927374
description: A Communication List Element
@@ -27893,32 +27898,43 @@ components:
2789327898
- sCreditcardtransactionResponseterminalmessage
2789427899
type: object
2789527900
Custom-Discussionconfiguration-Response:
27896-
allOf:
27897-
- properties:
27898-
bDiscussionconfigurationCompletehistorywhenadded:
27899-
$ref: '#/components/schemas/Computed-bDiscussionconfigurationCompletehistorywhenadded'
27900-
bDiscussionconfigurationCreateallowed:
27901-
$ref: '#/components/schemas/Computed-bDiscussionconfigurationCreateallowed'
27902-
bDiscussionconfigurationDeleteallowed:
27903-
$ref: '#/components/schemas/Computed-bDiscussionconfigurationDeleteallowed'
27904-
bDiscussionconfigurationDeletediscussionmessageallowed:
27905-
$ref: '#/components/schemas/Computed-bDiscussionconfigurationDeletediscussionmessageallowed'
27906-
bDiscussionconfigurationEditdiscussionmessageallowed:
27907-
$ref: '#/components/schemas/Computed-bDiscussionconfigurationEditdiscussionmessageallowed'
27908-
required:
27909-
- bDiscussionconfigurationCompletehistorywhenadded
27910-
- bDiscussionconfigurationCreateallowed
27911-
- bDiscussionconfigurationDeleteallowed
27912-
- bDiscussionconfigurationDeletediscussionmessageallowed
27913-
- bDiscussionconfigurationEditdiscussionmessageallowed
27914-
type: object
2791527901
description: A Custom Discussionconfiguration Object
2791627902
example:
2791727903
bDiscussionconfigurationCreateallowed: true
2791827904
bDiscussionconfigurationDeletediscussionmessageallowed: true
2791927905
bDiscussionconfigurationDeleteallowed: true
2792027906
bDiscussionconfigurationEditdiscussionmessageallowed: true
2792127907
bDiscussionconfigurationCompletehistorywhenadded: true
27908+
properties:
27909+
bDiscussionconfigurationCompletehistorywhenadded:
27910+
description: If the added Discussionmembership will have access to the entire
27911+
history or not
27912+
example: true
27913+
type: boolean
27914+
bDiscussionconfigurationCreateallowed:
27915+
description: If the the creation of the Discussion is allowed or not
27916+
example: true
27917+
type: boolean
27918+
bDiscussionconfigurationDeleteallowed:
27919+
description: If the the destruction of the Discussion is allowed or not
27920+
example: true
27921+
type: boolean
27922+
bDiscussionconfigurationDeletediscussionmessageallowed:
27923+
description: If the the destruction of the Discussionmessage is allowed
27924+
or not
27925+
example: true
27926+
type: boolean
27927+
bDiscussionconfigurationEditdiscussionmessageallowed:
27928+
description: If the the creation of the Discussionmessage is allowed or
27929+
not
27930+
example: true
27931+
type: boolean
27932+
required:
27933+
- bDiscussionconfigurationCompletehistorywhenadded
27934+
- bDiscussionconfigurationCreateallowed
27935+
- bDiscussionconfigurationDeleteallowed
27936+
- bDiscussionconfigurationDeletediscussionmessageallowed
27937+
- bDiscussionconfigurationEditdiscussionmessageallowed
2792227938
type: object
2792327939
Custom-Dnsrecord-Response:
2792427940
allOf:
@@ -28481,45 +28497,6 @@ components:
2848128497
- sContactLastname
2848228498
type: object
2848328499
Custom-Ezsignfoldertype-Response:
28484-
allOf:
28485-
- properties:
28486-
pkiEzsignfoldertypeID:
28487-
$ref: '#/components/schemas/Field-pkiEzsignfoldertypeID'
28488-
fkiFontIDAnnotation:
28489-
$ref: '#/components/schemas/Field-pkiFontID'
28490-
fkiFontIDFormfield:
28491-
$ref: '#/components/schemas/Field-pkiFontID'
28492-
fkiFontIDSignature:
28493-
$ref: '#/components/schemas/Field-pkiFontID'
28494-
sEzsignfoldertypeNameX:
28495-
$ref: '#/components/schemas/Field-sEzsignfoldertypeNameX'
28496-
bEzsignfoldertypeSendproofezsignsigner:
28497-
$ref: '#/components/schemas/Field-bEzsignfoldertypeSendproofezsignsigner'
28498-
bEzsignfoldertypeAllowdownloadattachmentezsignsigner:
28499-
$ref: '#/components/schemas/Field-bEzsignfoldertypeAllowdownloadattachmentezsignsigner'
28500-
bEzsignfoldertypeAllowdownloadproofezsignsigner:
28501-
$ref: '#/components/schemas/Field-bEzsignfoldertypeAllowdownloadproofezsignsigner'
28502-
bEzsignfoldertypeAutomaticsignature:
28503-
$ref: '#/components/schemas/Field-bEzsignfoldertypeAutomaticsignature'
28504-
bEzsignfoldertypeDelegate:
28505-
$ref: '#/components/schemas/Field-bEzsignfoldertypeDelegate'
28506-
bEzsignfoldertypeDiscussion:
28507-
$ref: '#/components/schemas/Field-bEzsignfoldertypeDiscussion'
28508-
bEzsignfoldertypeReassignezsignsigner:
28509-
$ref: '#/components/schemas/Field-bEzsignfoldertypeReassignezsignsigner'
28510-
bEzsignfoldertypeReassignuser:
28511-
$ref: '#/components/schemas/Field-bEzsignfoldertypeReassignuser'
28512-
bEzsignfoldertypeReassigngroup:
28513-
$ref: '#/components/schemas/Field-bEzsignfoldertypeReassigngroup'
28514-
iEzsignfoldertypeDeadlinedays:
28515-
$ref: '#/components/schemas/Field-iEzsignfoldertypeDeadlinedays'
28516-
iEzsignfoldertypeFontsizeannotation:
28517-
$ref: '#/components/schemas/Field-iEzsignfoldertypeFontsizeannotation'
28518-
iEzsignfoldertypeFontsizeformfield:
28519-
$ref: '#/components/schemas/Field-iEzsignfoldertypeFontsizeformfield'
28520-
required:
28521-
- pkiEzsignfoldertypeID
28522-
type: object
2852328500
description: A Custom Ezsignfoldertype Object
2852428501
example:
2852528502
sEzsignfoldertypeNameX: Default
@@ -28539,6 +28516,93 @@ components:
2853928516
bEzsignfoldertypeAutomaticsignature: false
2854028517
fkiFontIDAnnotation: 1
2854128518
bEzsignfoldertypeAllowdownloadattachmentezsignsigner: false
28519+
properties:
28520+
pkiEzsignfoldertypeID:
28521+
description: The unique ID of the Ezsignfoldertype.
28522+
example: 5
28523+
maximum: 65535
28524+
minimum: 0
28525+
type: integer
28526+
fkiFontIDAnnotation:
28527+
description: The unique ID of the Font
28528+
example: 1
28529+
minimum: 0
28530+
type: integer
28531+
fkiFontIDFormfield:
28532+
description: The unique ID of the Font
28533+
example: 1
28534+
minimum: 0
28535+
type: integer
28536+
fkiFontIDSignature:
28537+
description: The unique ID of the Font
28538+
example: 1
28539+
minimum: 0
28540+
type: integer
28541+
sEzsignfoldertypeNameX:
28542+
description: The name of the Ezsignfoldertype in the language of the requester
28543+
example: Default
28544+
type: string
28545+
bEzsignfoldertypeSendproofezsignsigner:
28546+
description: Whether we send the proof in the email to Ezsignsigner
28547+
example: false
28548+
type: boolean
28549+
bEzsignfoldertypeAllowdownloadattachmentezsignsigner:
28550+
description: Whether we allow the Ezsigndocument to be downloaded by an
28551+
Ezsignsigner
28552+
example: false
28553+
type: boolean
28554+
bEzsignfoldertypeAllowdownloadproofezsignsigner:
28555+
description: Whether we allow the proof to be downloaded by an Ezsignsigner
28556+
example: false
28557+
type: boolean
28558+
bEzsignfoldertypeAutomaticsignature:
28559+
description: Whether we allow the automatic signature by an User
28560+
example: false
28561+
type: boolean
28562+
bEzsignfoldertypeDelegate:
28563+
description: Wheter if delegation of signature is allowed to another user
28564+
or not
28565+
example: true
28566+
type: boolean
28567+
bEzsignfoldertypeDiscussion:
28568+
description: Wheter if creating a new Discussion is allowed or not
28569+
example: true
28570+
type: boolean
28571+
bEzsignfoldertypeReassignezsignsigner:
28572+
description: Wheter if Reassignment of signature is allowed by a signatory
28573+
to another signatory or not
28574+
example: true
28575+
type: boolean
28576+
bEzsignfoldertypeReassignuser:
28577+
description: Wheter if Reassignment of signature is allowed by a user to
28578+
a signatory or another user or not
28579+
example: true
28580+
type: boolean
28581+
bEzsignfoldertypeReassigngroup:
28582+
description: Wheter if Reassignment of signatures of the groups to which
28583+
the user belongs is authorized by a user to himself
28584+
example: true
28585+
type: boolean
28586+
iEzsignfoldertypeDeadlinedays:
28587+
description: The number of days to get all Ezsignsignatures
28588+
example: 5
28589+
maximum: 60
28590+
minimum: 1
28591+
type: integer
28592+
iEzsignfoldertypeFontsizeannotation:
28593+
description: Font size for annotations
28594+
example: 10
28595+
maximum: 255
28596+
minimum: 1
28597+
type: integer
28598+
iEzsignfoldertypeFontsizeformfield:
28599+
description: Font size for form fields
28600+
example: 12
28601+
maximum: 255
28602+
minimum: 1
28603+
type: integer
28604+
required:
28605+
- pkiEzsignfoldertypeID
2854228606
type: object
2854328607
Custom-Ezsignformfield-Request:
2854428608
allOf:

docs/DiscussionResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A Discussion Object
1414
|**dtDiscussionLastread** | **String** | The date the Discussion was last read | [optional] |
1515
|**iDiscussionmessageCount** | **Integer** | The count of Attachment. | |
1616
|**iDiscussionmessageCountunread** | **Integer** | The count of Attachment. | |
17-
|**objDiscussionconfiguration** | [**Object**](Object.md) | A Custom Discussionconfiguration Object | [optional] |
17+
|**objDiscussionconfiguration** | [**CustomDiscussionconfigurationResponse**](CustomDiscussionconfigurationResponse.md) | | [optional] |
1818

1919

2020

docs/DiscussionResponseCompound.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A Discussion Object
1414
|**dtDiscussionLastread** | **String** | The date the Discussion was last read | [optional] |
1515
|**iDiscussionmessageCount** | **Integer** | The count of Attachment. | |
1616
|**iDiscussionmessageCountunread** | **Integer** | The count of Attachment. | |
17-
|**objDiscussionconfiguration** | [**Object**](Object.md) | A Custom Discussionconfiguration Object | [optional] |
17+
|**objDiscussionconfiguration** | [**CustomDiscussionconfigurationResponse**](CustomDiscussionconfigurationResponse.md) | | [optional] |
1818
|**aObjDiscussionmembership** | [**List<DiscussionmembershipResponseCompound>**](DiscussionmembershipResponseCompound.md) | | |
1919
|**aObjDiscussionmessage** | [**List<DiscussionmessageResponseCompound>**](DiscussionmessageResponseCompound.md) | | |
2020

docs/EzsignfolderGetObjectV1ResponseMPayload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Payload for GET /1/object/ezsignfolder/{pkiEzsignfolderID}
1010
|------------ | ------------- | ------------- | -------------|
1111
|**pkiEzsignfolderID** | **Integer** | The unique ID of the Ezsignfolder | |
1212
|**fkiEzsignfoldertypeID** | **Integer** | The unique ID of the Ezsignfoldertype. | [optional] |
13-
|**objEzsignfoldertype** | [**Object**](Object.md) | A Custom Ezsignfoldertype Object | [optional] |
13+
|**objEzsignfoldertype** | [**CustomEzsignfoldertypeResponse**](CustomEzsignfoldertypeResponse.md) | | [optional] |
1414
|**fkiTimezoneID** | **Integer** | The unique ID of the Timezone | [optional] |
1515
|**eEzsignfolderCompletion** | **FieldEEzsignfolderCompletion** | | |
1616
|**sEzsignfoldertypeNameX** | **String** | | [optional] |

docs/EzsignfolderResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An Ezsignfolder Object
1010
|------------ | ------------- | ------------- | -------------|
1111
|**pkiEzsignfolderID** | **Integer** | The unique ID of the Ezsignfolder | |
1212
|**fkiEzsignfoldertypeID** | **Integer** | The unique ID of the Ezsignfoldertype. | [optional] |
13-
|**objEzsignfoldertype** | [**Object**](Object.md) | A Custom Ezsignfoldertype Object | [optional] |
13+
|**objEzsignfoldertype** | [**CustomEzsignfoldertypeResponse**](CustomEzsignfoldertypeResponse.md) | | [optional] |
1414
|**fkiTimezoneID** | **Integer** | The unique ID of the Timezone | [optional] |
1515
|**eEzsignfolderCompletion** | **FieldEEzsignfolderCompletion** | | |
1616
|**sEzsignfoldertypeNameX** | **String** | | [optional] |

docs/EzsignfolderResponseCompound.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An Ezsignfolder Object and children to create a complete structure
1010
|------------ | ------------- | ------------- | -------------|
1111
|**pkiEzsignfolderID** | **Integer** | The unique ID of the Ezsignfolder | |
1212
|**fkiEzsignfoldertypeID** | **Integer** | The unique ID of the Ezsignfoldertype. | [optional] |
13-
|**objEzsignfoldertype** | [**Object**](Object.md) | A Custom Ezsignfoldertype Object | [optional] |
13+
|**objEzsignfoldertype** | [**CustomEzsignfoldertypeResponse**](CustomEzsignfoldertypeResponse.md) | | [optional] |
1414
|**fkiTimezoneID** | **Integer** | The unique ID of the Timezone | [optional] |
1515
|**eEzsignfolderCompletion** | **FieldEEzsignfolderCompletion** | | |
1616
|**sEzsignfoldertypeNameX** | **String** | | [optional] |

docs/EzsignfolderResponseCompoundV3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An Ezsignfolder Object and children to create a complete structure
1010
|------------ | ------------- | ------------- | -------------|
1111
|**pkiEzsignfolderID** | **Integer** | The unique ID of the Ezsignfolder | |
1212
|**fkiEzsignfoldertypeID** | **Integer** | The unique ID of the Ezsignfoldertype. | [optional] |
13-
|**objEzsignfoldertype** | [**Object**](Object.md) | A Custom Ezsignfoldertype Object | [optional] |
13+
|**objEzsignfoldertype** | [**CustomEzsignfoldertypeResponse**](CustomEzsignfoldertypeResponse.md) | | [optional] |
1414
|**fkiTimezoneID** | **Integer** | The unique ID of the Timezone | [optional] |
1515
|**eEzsignfolderCompletion** | **FieldEEzsignfolderCompletion** | | |
1616
|**eEzsignfolderDocumentdependency** | **FieldEEzsignfolderDocumentdependency** | | [optional] |

docs/EzsignfolderResponseV3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An Ezsignfolder Object
1010
|------------ | ------------- | ------------- | -------------|
1111
|**pkiEzsignfolderID** | **Integer** | The unique ID of the Ezsignfolder | |
1212
|**fkiEzsignfoldertypeID** | **Integer** | The unique ID of the Ezsignfoldertype. | [optional] |
13-
|**objEzsignfoldertype** | [**Object**](Object.md) | A Custom Ezsignfoldertype Object | [optional] |
13+
|**objEzsignfoldertype** | [**CustomEzsignfoldertypeResponse**](CustomEzsignfoldertypeResponse.md) | | [optional] |
1414
|**fkiTimezoneID** | **Integer** | The unique ID of the Timezone | [optional] |
1515
|**eEzsignfolderCompletion** | **FieldEEzsignfolderCompletion** | | |
1616
|**eEzsignfolderDocumentdependency** | **FieldEEzsignfolderDocumentdependency** | | [optional] |

docs/EzsigntemplatepublicGetEzsigntemplatepublicDetailsV1ResponseMPayload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Payload for POST /1/object/ezsigntemplatepublic/getEzsigntemplatepublicDetails
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**objBranding** | [**Object**](Object.md) | A Custom Branding Object | [optional] |
11+
|**objBranding** | [**CustomBrandingResponse**](CustomBrandingResponse.md) | | [optional] |
1212
|**fkiUserlogintypeID** | **Integer** | The unique ID of the Userlogintype Valid values: |Value|Description|Detail| |-|-|-| |1|**Email Only**|The Ezsignsigner will receive a secure link by email| |2|**Email and phone or SMS**|The Ezsignsigner will receive a secure link by email and will need to authenticate using SMS or Phone call. **Additional fee applies**| |3|**Email and secret question**|The Ezsignsigner will receive a secure link by email and will need to authenticate using a predefined question and answer| |4|**In person only**|The Ezsignsigner will only be able to sign \"In-Person\" and there won't be any authentication. No email will be sent for invitation to sign. Make sure you evaluate the risk of signature denial and at minimum, we recommend you use a handwritten signature type| |5|**In person with phone or SMS**|The Ezsignsigner will only be able to sign \"In-Person\" and will need to authenticate using SMS or Phone call. No email will be sent for invitation to sign. **Additional fee applies**| |6|**Embedded**|The Ezsignsigner will only be able to sign in the embedded solution. No email will be sent for invitation to sign. **Additional fee applies**| |7|**Embedded with phone or SMS**|The Ezsignsigner will only be able to sign in the embedded solution and will need to authenticate using SMS or Phone call. No email will be sent for invitation to sign. **Additional fee applies**| |8|**No validation**|The Ezsignsigner will not receive an email and won't have to validate his connection using 2 factor. **Additional fee applies**| |9|**Sms only**|The Ezsignsigner will not receive an email but will will need to authenticate using SMS. **Additional fee applies**| | |
1313
|**aSEzsigntemplatesignerDescription** | **List<String>** | | |
1414

0 commit comments

Comments
 (0)