All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
ezsignfoldertypeCreateObjectV2 | POST /2/object/ezsignfoldertype | Create a new Ezsignfoldertype |
ezsignfoldertypeEditObjectV1 | PUT /1/object/ezsignfoldertype/{pkiEzsignfoldertypeID} | Edit an existing Ezsignfoldertype |
ezsignfoldertypeEditObjectV2 | PUT /2/object/ezsignfoldertype/{pkiEzsignfoldertypeID} | Edit an existing Ezsignfoldertype |
ezsignfoldertypeGetAutocompleteV2 | GET /2/object/ezsignfoldertype/getAutocomplete/{sSelector} | Retrieve Ezsignfoldertypes and IDs |
ezsignfoldertypeGetListV1 | GET /1/object/ezsignfoldertype/getList | Retrieve Ezsignfoldertype list |
ezsignfoldertypeGetObjectV2 | GET /2/object/ezsignfoldertype/{pkiEzsignfoldertypeID} | Retrieve an existing Ezsignfoldertype |
ezsignfoldertypeGetObjectV3 | GET /3/object/ezsignfoldertype/{pkiEzsignfoldertypeID} | Retrieve an existing Ezsignfoldertype |
EzsignfoldertypeCreateObjectV2Response ezsignfoldertypeCreateObjectV2(ezsignfoldertypeCreateObjectV2Request)
Create a new Ezsignfoldertype
The endpoint allows to create one or many elements at once.
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectEzsignfoldertypeApi()
val ezsignfoldertypeCreateObjectV2Request : EzsignfoldertypeCreateObjectV2Request = // EzsignfoldertypeCreateObjectV2Request |
try {
val result : EzsignfoldertypeCreateObjectV2Response = apiInstance.ezsignfoldertypeCreateObjectV2(ezsignfoldertypeCreateObjectV2Request)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeCreateObjectV2")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeCreateObjectV2")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
ezsignfoldertypeCreateObjectV2Request | EzsignfoldertypeCreateObjectV2Request |
EzsignfoldertypeCreateObjectV2Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: application/json
- Accept: application/json
EzsignfoldertypeEditObjectV1Response ezsignfoldertypeEditObjectV1(pkiEzsignfoldertypeID, ezsignfoldertypeEditObjectV1Request)
Edit an existing Ezsignfoldertype
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectEzsignfoldertypeApi()
val pkiEzsignfoldertypeID : kotlin.Int = 56 // kotlin.Int |
val ezsignfoldertypeEditObjectV1Request : EzsignfoldertypeEditObjectV1Request = // EzsignfoldertypeEditObjectV1Request |
try {
val result : EzsignfoldertypeEditObjectV1Response = apiInstance.ezsignfoldertypeEditObjectV1(pkiEzsignfoldertypeID, ezsignfoldertypeEditObjectV1Request)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeEditObjectV1")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeEditObjectV1")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldertypeID | kotlin.Int | ||
ezsignfoldertypeEditObjectV1Request | EzsignfoldertypeEditObjectV1Request |
EzsignfoldertypeEditObjectV1Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: application/json
- Accept: application/json
EzsignfoldertypeEditObjectV2Response ezsignfoldertypeEditObjectV2(pkiEzsignfoldertypeID, ezsignfoldertypeEditObjectV2Request)
Edit an existing Ezsignfoldertype
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectEzsignfoldertypeApi()
val pkiEzsignfoldertypeID : kotlin.Int = 56 // kotlin.Int |
val ezsignfoldertypeEditObjectV2Request : EzsignfoldertypeEditObjectV2Request = // EzsignfoldertypeEditObjectV2Request |
try {
val result : EzsignfoldertypeEditObjectV2Response = apiInstance.ezsignfoldertypeEditObjectV2(pkiEzsignfoldertypeID, ezsignfoldertypeEditObjectV2Request)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeEditObjectV2")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeEditObjectV2")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldertypeID | kotlin.Int | ||
ezsignfoldertypeEditObjectV2Request | EzsignfoldertypeEditObjectV2Request |
EzsignfoldertypeEditObjectV2Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: application/json
- Accept: application/json
EzsignfoldertypeGetAutocompleteV2Response ezsignfoldertypeGetAutocompleteV2(sSelector, eFilterActive, sQuery, acceptLanguage)
Retrieve Ezsignfoldertypes and IDs
Get the list of Ezsignfoldertype to be used in a dropdown or autocomplete control.
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectEzsignfoldertypeApi()
val sSelector : kotlin.String = sSelector_example // kotlin.String | The type of Ezsignfoldertypes to return
val eFilterActive : kotlin.String = eFilterActive_example // kotlin.String | Specify which results we want to display.
val sQuery : kotlin.String = sQuery_example // kotlin.String | Allow to filter the returned results
val acceptLanguage : HeaderAcceptLanguage = // HeaderAcceptLanguage |
try {
val result : EzsignfoldertypeGetAutocompleteV2Response = apiInstance.ezsignfoldertypeGetAutocompleteV2(sSelector, eFilterActive, sQuery, acceptLanguage)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeGetAutocompleteV2")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeGetAutocompleteV2")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
sSelector | kotlin.String | The type of Ezsignfoldertypes to return | [enum: Active, All, EzsigntemplateEdit, EzsigntemplateUsergroup] |
eFilterActive | kotlin.String | Specify which results we want to display. | [optional] [default to Active] [enum: All, Active, Inactive] |
sQuery | kotlin.String | Allow to filter the returned results | [optional] |
acceptLanguage | HeaderAcceptLanguage | [optional] [enum: *, en, fr] |
EzsignfoldertypeGetAutocompleteV2Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json
EzsignfoldertypeGetListV1Response ezsignfoldertypeGetListV1(eOrderBy, iRowMax, iRowOffset, acceptLanguage, sFilter)
Retrieve Ezsignfoldertype list
Enum values that can be filtered in query parameter sFilter: | Variable | Valid values | |---|---| | eEzsignfoldertypePrivacylevel | User<br>Usergroup |
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectEzsignfoldertypeApi()
val eOrderBy : kotlin.String = eOrderBy_example // kotlin.String | Specify how you want the results to be sorted
val iRowMax : kotlin.Int = 56 // kotlin.Int |
val iRowOffset : kotlin.Int = 56 // kotlin.Int |
val acceptLanguage : HeaderAcceptLanguage = // HeaderAcceptLanguage |
val sFilter : kotlin.String = sFilter_example // kotlin.String |
try {
val result : EzsignfoldertypeGetListV1Response = apiInstance.ezsignfoldertypeGetListV1(eOrderBy, iRowMax, iRowOffset, acceptLanguage, sFilter)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeGetListV1")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeGetListV1")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
eOrderBy | kotlin.String | Specify how you want the results to be sorted | [optional] [enum: pkiEzsignfoldertypeID_ASC, pkiEzsignfoldertypeID_DESC, eEzsignfoldertypePrivacylevel_ASC, eEzsignfoldertypePrivacylevel_DESC, sEzsignfoldertypeNameX_ASC, sEzsignfoldertypeNameX_DESC, bEzsignfoldertypeIsactive_ASC, bEzsignfoldertypeIsactive_DESC] |
iRowMax | kotlin.Int | [optional] | |
iRowOffset | kotlin.Int | [optional] [default to 0] | |
acceptLanguage | HeaderAcceptLanguage | [optional] [enum: *, en, fr] | |
sFilter | kotlin.String | [optional] |
EzsignfoldertypeGetListV1Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json
EzsignfoldertypeGetObjectV2Response ezsignfoldertypeGetObjectV2(pkiEzsignfoldertypeID)
Retrieve an existing Ezsignfoldertype
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectEzsignfoldertypeApi()
val pkiEzsignfoldertypeID : kotlin.Int = 56 // kotlin.Int |
try {
val result : EzsignfoldertypeGetObjectV2Response = apiInstance.ezsignfoldertypeGetObjectV2(pkiEzsignfoldertypeID)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeGetObjectV2")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeGetObjectV2")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldertypeID | kotlin.Int |
EzsignfoldertypeGetObjectV2Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json
EzsignfoldertypeGetObjectV3Response ezsignfoldertypeGetObjectV3(pkiEzsignfoldertypeID)
Retrieve an existing Ezsignfoldertype
// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*
val apiInstance = ObjectEzsignfoldertypeApi()
val pkiEzsignfoldertypeID : kotlin.Int = 56 // kotlin.Int |
try {
val result : EzsignfoldertypeGetObjectV3Response = apiInstance.ezsignfoldertypeGetObjectV3(pkiEzsignfoldertypeID)
println(result)
} catch (e: ClientException) {
println("4xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeGetObjectV3")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling ObjectEzsignfoldertypeApi#ezsignfoldertypeGetObjectV3")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignfoldertypeID | kotlin.Int |
EzsignfoldertypeGetObjectV3Response
Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
- Content-Type: Not defined
- Accept: application/json