Skip to content

Commit dd5f8fa

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent b7d5736 commit dd5f8fa

File tree

1,776 files changed

+72278
-10
lines changed

Some content is hidden

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

1,776 files changed

+72278
-10
lines changed

Diff for: .openapi-generator/FILES

+1,771
Large diffs are not rendered by default.

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ Class | Method | HTTP request | Description
409409
*ObjectEzsigntemplatepackagesignermembershipApi* | [**EzsigntemplatepackagesignermembershipGetObjectV2**](docs/ObjectEzsigntemplatepackagesignermembershipApi.md#ezsigntemplatepackagesignermembershipgetobjectv2) | **GET** /2/object/ezsigntemplatepackagesignermembership/{pkiEzsigntemplatepackagesignermembershipID} | Retrieve an existing Ezsigntemplatepackagesignermembership
410410
*ObjectEzsigntemplatepublicApi* | [**EzsigntemplatepublicCreateEzsignfolderV1**](docs/ObjectEzsigntemplatepublicApi.md#ezsigntemplatepubliccreateezsignfolderv1) | **POST** /1/object/ezsigntemplatepublic/createEzsignfolder | Create an Ezsignfolder
411411
*ObjectEzsigntemplatepublicApi* | [**EzsigntemplatepublicCreateObjectV1**](docs/ObjectEzsigntemplatepublicApi.md#ezsigntemplatepubliccreateobjectv1) | **POST** /1/object/ezsigntemplatepublic | Create a new Ezsigntemplatepublic
412+
*ObjectEzsigntemplatepublicApi* | [**EzsigntemplatepublicDeleteObjectV1**](docs/ObjectEzsigntemplatepublicApi.md#ezsigntemplatepublicdeleteobjectv1) | **DELETE** /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID} | Delete an existing Ezsigntemplatepublic
412413
*ObjectEzsigntemplatepublicApi* | [**EzsigntemplatepublicEditObjectV1**](docs/ObjectEzsigntemplatepublicApi.md#ezsigntemplatepubliceditobjectv1) | **PUT** /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID} | Edit an existing Ezsigntemplatepublic
413414
*ObjectEzsigntemplatepublicApi* | [**EzsigntemplatepublicGetEzsigntemplatepublicDetailsV1**](docs/ObjectEzsigntemplatepublicApi.md#ezsigntemplatepublicgetezsigntemplatepublicdetailsv1) | **POST** /1/object/ezsigntemplatepublic/getEzsigntemplatepublicDetails | Retrieve the Ezsigntemplatepublic details
414415
*ObjectEzsigntemplatepublicApi* | [**EzsigntemplatepublicGetFormsDataV1**](docs/ObjectEzsigntemplatepublicApi.md#ezsigntemplatepublicgetformsdatav1) | **GET** /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}/getFormsData | Retrieve an existing Ezsigntemplatepublic's forms data
@@ -1601,6 +1602,7 @@ Class | Method | HTTP request | Description
16011602
- [Model.EzsigntemplatepublicCreateObjectV1Request](docs/EzsigntemplatepublicCreateObjectV1Request.md)
16021603
- [Model.EzsigntemplatepublicCreateObjectV1Response](docs/EzsigntemplatepublicCreateObjectV1Response.md)
16031604
- [Model.EzsigntemplatepublicCreateObjectV1ResponseMPayload](docs/EzsigntemplatepublicCreateObjectV1ResponseMPayload.md)
1605+
- [Model.EzsigntemplatepublicDeleteObjectV1Response](docs/EzsigntemplatepublicDeleteObjectV1Response.md)
16041606
- [Model.EzsigntemplatepublicEditObjectV1Request](docs/EzsigntemplatepublicEditObjectV1Request.md)
16051607
- [Model.EzsigntemplatepublicEditObjectV1Response](docs/EzsigntemplatepublicEditObjectV1Response.md)
16061608
- [Model.EzsigntemplatepublicGetEzsigntemplatepublicDetailsV1Request](docs/EzsigntemplatepublicGetEzsigntemplatepublicDetailsV1Request.md)

Diff for: api/openapi.yaml

+71-5
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ tags:
8181
\ ask users to update to the newer version of the function and give them ample\
8282
\ time to do so.\r\nOnly after that delay expires (or no more users are still\
8383
\ using it), we will have the function **Removed**.\r\n\r\n## 1.2.X Releases\r\
84-
\n\r\n### [1.2.2] - 2025-\r\n\r\n#### Added\r\n- Property sEzsignsignergroupDescriptionX\
85-
\ in ezsignsignature-ResponseCompound\r\n- Property sEzsignsignergroupDescriptionX\
86-
\ in ezsignsignature-ResponseCompoundV3\r\n\r\n### [1.2.1] - 2025-01-28\r\n\r\n\
87-
#### Notes\r\n- The eZmax-SDK-csharp sdk can now be installed from NuGet\r\n\r\
88-
\n#### Added\r\n- DELETE /1/object/authenticationexternal/{pkiAuthenticationexternalID}\r\
84+
\n\r\n### [1.2.2] - 2025-\r\n\r\n#### Added\r\n- DELETE /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}\r\
85+
\n- Property sEzsignsignergroupDescriptionX in ezsignsignature-ResponseCompound\r\
86+
\n- Property sEzsignsignergroupDescriptionX in ezsignsignature-ResponseCompoundV3\r\
87+
\n\r\n### [1.2.1] - 2025-01-28\r\n\r\n#### Notes\r\n- The eZmax-SDK-csharp sdk\
88+
\ can now be installed from NuGet\r\n\r\n#### Added\r\n- DELETE /1/object/authenticationexternal/{pkiAuthenticationexternalID}\r\
8989
\n- DELETE /1/object/creditcardmerchant/{pkiCreditcardmerchantID}\r\n- DELETE\
9090
\ /1/object/domain/{pkiDomainID}\r\n- DELETE /1/object/ezsigntemplatedocumentpagerecognition/{pkiEzsigntemplatedocumentpagerecognitionID}\r\
9191
\n- DELETE /1/object/supply/{pkiSupplyID}\r\n- GET /1/object/authenticationexternal/getList\r\
@@ -14413,6 +14413,48 @@ paths:
1441314413
x-usertypeextra:
1441414414
- AgentBroker
1441514415
/1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}:
14416+
delete:
14417+
description: ""
14418+
operationId: Ezsigntemplatepublic_DeleteObject_V1
14419+
parameters:
14420+
- description: The unique ID of the Ezsigntemplatepublic
14421+
explode: false
14422+
in: path
14423+
name: pkiEzsigntemplatepublicID
14424+
required: true
14425+
schema:
14426+
$ref: '#/components/schemas/Field-pkiEzsigntemplatepublicID'
14427+
style: simple
14428+
responses:
14429+
"200":
14430+
content:
14431+
application/json:
14432+
schema:
14433+
$ref: '#/components/schemas/ezsigntemplatepublic-deleteObject-v1-Response'
14434+
description: Successful response
14435+
"404":
14436+
content:
14437+
application/json:
14438+
schema:
14439+
$ref: '#/components/schemas/Common-Response-Error'
14440+
description: The request failed. The element on which you were trying to
14441+
work does not exists. Look for detail about the error in the body
14442+
"422":
14443+
content:
14444+
application/json:
14445+
schema:
14446+
$ref: '#/components/schemas/Common-Response-Error'
14447+
description: The request was syntactically valid but failed because of an
14448+
interdependance condition. Look for detail about the error in the body
14449+
security:
14450+
- Authorization: []
14451+
summary: Delete an existing Ezsigntemplatepublic
14452+
tags:
14453+
- Object_Ezsigntemplatepublic
14454+
x-permissions:
14455+
- All
14456+
x-usertypeextra:
14457+
- AgentBroker
1441614458
description: ""
1441714459
put:
1441814460
description: ""
@@ -91210,6 +91252,30 @@ components:
9121091252
required:
9121191253
- a_pkiEzsigntemplatepublicID
9121291254
type: object
91255+
ezsigntemplatepublic-deleteObject-v1-Response:
91256+
allOf:
91257+
- $ref: '#/components/schemas/Common-Response'
91258+
description: "Response for DELETE /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}"
91259+
example:
91260+
objDebugPayload:
91261+
dtResponseDate: 2020-12-31 23:59:59
91262+
iVersionMax: 2
91263+
iVersionMin: 1
91264+
bVersionDeprecated: false
91265+
a_RequiredPermission:
91266+
- 117
91267+
- 117
91268+
objDebug:
91269+
sMemoryUsage: "11,923MB"
91270+
sRunTime: 0.6084s
91271+
iSQLSelects: 3
91272+
iSQLQueries: 6
91273+
a_objSQLQuery:
91274+
- sQuery: SELECT * FROM table
91275+
fDuration: 1.0E-4
91276+
- sQuery: SELECT * FROM table
91277+
fDuration: 1.0E-4
91278+
type: object
9121391279
ezsigntemplatepublic-editObject-v1-Request:
9121491280
description: "Request for PUT /1/object/ezsigntemplatepublic/{pkiEzsigntemplatepublicID}"
9121591281
properties:
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# eZmaxApi.Model.ActivesessionGenerateFederationTokenV1Request
2+
Request for POST /1/object/activesession/generateFederationToken
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**FksEzmaxcustomerCode** | **string** | The Ezmaxcustomer code |
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# eZmaxApi.Model.ActivesessionGenerateFederationTokenV1Response
2+
Response for POST /1/object/activesession/generateFederationToken
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**ObjDebugPayload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | |
9+
**ObjDebug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional]
10+
**MPayload** | [**ActivesessionGenerateFederationTokenV1ResponseMPayload**](ActivesessionGenerateFederationTokenV1ResponseMPayload.md) | |
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# eZmaxApi.Model.ActivesessionGenerateFederationTokenV1ResponseMPayload
2+
Payload for POST /1/object/activesession/generateFederationToken
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**ObjApikeyfederation** | [**CustomApikeyfederation**](CustomApikeyfederation.md) | |
9+
**SEzmaxcustomercodeUrl** | **string** | The url of the server the Ezmaxcustomer is located |
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

Diff for: docs/ActivesessionGetCurrentV1Response.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# eZmaxApi.Model.ActivesessionGetCurrentV1Response
2+
Response for GET /1/object/activesession/getCurrent
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**ObjDebugPayload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | |
9+
**ObjDebug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional]
10+
**MPayload** | [**ActivesessionGetCurrentV1ResponseMPayload**](ActivesessionGetCurrentV1ResponseMPayload.md) | |
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

Diff for: docs/ActivesessionGetCurrentV1ResponseMPayload.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# eZmaxApi.Model.ActivesessionGetCurrentV1ResponseMPayload
2+
Payload for GET /1/object/activesession/getCurrent
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**EActivesessionUsertype** | **FieldEActivesessionUsertype** | |
9+
**EActivesessionOrigin** | **FieldEActivesessionOrigin** | |
10+
**EActivesessionWeekdaystart** | **FieldEActivesessionWeekdaystart** | |
11+
**FkiLanguageID** | **int** | The unique ID of the Language. Valid values: |Value|Description| |-|-| |1|French| |2|English| |
12+
**SCompanyNameX** | **string** | The Name of the Company in the language of the requester |
13+
**SDepartmentNameX** | **string** | The Name of the Department in the language of the requester |
14+
**BActivesessionDebug** | **bool** | Whether the active session is in debug or not |
15+
**BActivesessionIssuperadmin** | **bool** | Whether the active session is superadmin or not |
16+
**BActivesessionAttachment** | **bool** | Can access attachment when we clone a user | [optional]
17+
**BActivesessionCanafe** | **bool** | Can access canafe when we clone a user | [optional]
18+
**BActivesessionFinancial** | **bool** | Can access financial element when we clone a user | [optional]
19+
**BActivesessionRealestatecompleted** | **bool** | Can access closed realestate folders when we clone a user | [optional]
20+
**EActivesessionEzsign** | **FieldEActivesessionEzsign** | | [optional]
21+
**EActivesessionEzsignaccess** | **FieldEActivesessionEzsignaccess** | |
22+
**EActivesessionEzsignprepaid** | **FieldEActivesessionEzsignprepaid** | | [optional]
23+
**EActivesessionRealestateinprogress** | **FieldEActivesessionRealestateinprogress** | | [optional]
24+
**PksCustomerCode** | **string** | The customer code assigned to your account |
25+
**FkiSystemconfigurationtypeID** | **int** | The unique ID of the Systemconfigurationtype |
26+
**FkiSignatureID** | **int** | The unique ID of the Signature | [optional]
27+
**FkiEzsignuserID** | **int** | The unique ID of the Ezsignuser | [optional]
28+
**BSystemconfigurationEzsignpaidbyoffice** | **bool** | Whether if Ezsign is paid by the company or not | [optional]
29+
**ESystemconfigurationEzsignofficeplan** | **FieldESystemconfigurationEzsignofficeplan** | | [optional]
30+
**EUserEzsignaccess** | **FieldEUserEzsignaccess** | |
31+
**EUserEzsignprepaid** | **FieldEUserEzsignprepaid** | | [optional]
32+
**BUserEzsigntrial** | **bool** | Whether the User's eZsign subscription is a trial | [optional]
33+
**DtUserEzsignprepaidexpiration** | **string** | The eZsign prepaid expiration date | [optional]
34+
**APkiPermissionID** | **List<int>** | An array of permissions granted to the user or api key |
35+
**ObjUserReal** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | |
36+
**ObjUserCloned** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | | [optional]
37+
**ObjApikey** | [**ActivesessionResponseCompoundApikey**](ActivesessionResponseCompoundApikey.md) | | [optional]
38+
**AEModuleInternalname** | **List<string>** | An Array of Registered modules. These are the modules that are Licensed to be used by the User or the API Key. |
39+
40+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
41+

Diff for: docs/ActivesessionGetCurrentV2Response.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# eZmaxApi.Model.ActivesessionGetCurrentV2Response
2+
Response for GET /2/object/activesession/getCurrent
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**ObjDebugPayload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | |
9+
**ObjDebug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional]
10+
**MPayload** | [**ActivesessionGetCurrentV2ResponseMPayload**](ActivesessionGetCurrentV2ResponseMPayload.md) | |
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

Diff for: docs/ActivesessionGetCurrentV2ResponseMPayload.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# eZmaxApi.Model.ActivesessionGetCurrentV2ResponseMPayload
2+
Payload for GET /1/object/activesession/getCurrent
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**ObjActivesession** | [**ActivesessionResponseCompound**](ActivesessionResponseCompound.md) | |
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+

Diff for: docs/ActivesessionGetListV1Response.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# eZmaxApi.Model.ActivesessionGetListV1Response
2+
Response for GET /1/object/activesession/getList
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**ObjDebugPayload** | [**CommonResponseObjDebugPayloadGetList**](CommonResponseObjDebugPayloadGetList.md) | |
9+
**ObjDebug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional]
10+
**MPayload** | [**ActivesessionGetListV1ResponseMPayload**](ActivesessionGetListV1ResponseMPayload.md) | |
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

Diff for: docs/ActivesessionGetListV1ResponseMPayload.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# eZmaxApi.Model.ActivesessionGetListV1ResponseMPayload
2+
Payload for GET /1/object/activesession/getList
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**IRowReturned** | **int** | The number of rows returned |
9+
**IRowFiltered** | **int** | The number of rows matching your filters (if any) or the total number of rows |
10+
**AObjActivesession** | [**List<ActivesessionListElement>**](ActivesessionListElement.md) | |
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+

Diff for: docs/ActivesessionListElement.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# eZmaxApi.Model.ActivesessionListElement
2+
A Activesession List Element
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**PkiActivesessionID** | **int** | The unique ID of the Activesession |
9+
**FkiUserID** | **int** | The unique ID of the User |
10+
**FkiComputerID** | **int** | The unique ID of the Computer |
11+
**FkiCompanyID** | **int** | The unique ID of the Company |
12+
**FkiDepartmentID** | **int** | The unique ID of the Department |
13+
**SCompanyNameX** | **string** | The Name of the Company in the language of the requester |
14+
**SDepartmentNameX** | **string** | The Name of the Department in the language of the requester |
15+
**SActivesessionLoginname** | **string** | The loginname of the Activesession |
16+
**SComputerDescription** | **string** | The description of the Computer |
17+
**DtActivesessionFirsthit** | **string** | The first hit of the Activesession |
18+
**DtActivesessionLasthit** | **string** | The last hit of the Activesession |
19+
**SActivesessionIP** | **string** | Represent an IP address. |
20+
21+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
22+

Diff for: docs/ActivesessionResponse.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# eZmaxApi.Model.ActivesessionResponse
2+
An Activesession Object
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**EActivesessionUsertype** | **FieldEActivesessionUsertype** | |
9+
**EActivesessionOrigin** | **FieldEActivesessionOrigin** | |
10+
**EActivesessionWeekdaystart** | **FieldEActivesessionWeekdaystart** | |
11+
**FkiLanguageID** | **int** | The unique ID of the Language. Valid values: |Value|Description| |-|-| |1|French| |2|English| |
12+
**SCompanyNameX** | **string** | The Name of the Company in the language of the requester |
13+
**SDepartmentNameX** | **string** | The Name of the Department in the language of the requester |
14+
**BActivesessionDebug** | **bool** | Whether the active session is in debug or not |
15+
**BActivesessionIssuperadmin** | **bool** | Whether the active session is superadmin or not |
16+
**BActivesessionAttachment** | **bool** | Can access attachment when we clone a user | [optional]
17+
**BActivesessionCanafe** | **bool** | Can access canafe when we clone a user | [optional]
18+
**BActivesessionFinancial** | **bool** | Can access financial element when we clone a user | [optional]
19+
**BActivesessionRealestatecompleted** | **bool** | Can access closed realestate folders when we clone a user | [optional]
20+
**EActivesessionEzsign** | **FieldEActivesessionEzsign** | | [optional]
21+
**EActivesessionEzsignaccess** | **FieldEActivesessionEzsignaccess** | |
22+
**EActivesessionEzsignprepaid** | **FieldEActivesessionEzsignprepaid** | | [optional]
23+
**EActivesessionRealestateinprogress** | **FieldEActivesessionRealestateinprogress** | | [optional]
24+
**PksCustomerCode** | **string** | The customer code assigned to your account |
25+
**FkiSystemconfigurationtypeID** | **int** | The unique ID of the Systemconfigurationtype |
26+
**FkiSignatureID** | **int** | The unique ID of the Signature | [optional]
27+
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+

0 commit comments

Comments
 (0)