Skip to content

Commit d7334f3

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

18 files changed

Lines changed: 911 additions & 0 deletions

.openapi-generator/FILES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ docs/ObjectUserApi.md
881881
docs/ObjectUsergroupApi.md
882882
docs/ObjectUsergroupdelegationApi.md
883883
docs/ObjectUsergroupmembershipApi.md
884+
docs/ObjectUserlogintypeApi.md
884885
docs/ObjectUserstagedApi.md
885886
docs/ObjectVariableexpenseApi.md
886887
docs/ObjectVersionhistoryApi.md
@@ -1076,6 +1077,9 @@ docs/UsergroupmembershipRequest.md
10761077
docs/UsergroupmembershipRequestCompound.md
10771078
docs/UsergroupmembershipResponse.md
10781079
docs/UsergroupmembershipResponseCompound.md
1080+
docs/UserlogintypeAutocompleteElementResponse.md
1081+
docs/UserlogintypeGetAutocompleteV2Response.md
1082+
docs/UserlogintypeGetAutocompleteV2ResponseMPayload.md
10791083
docs/UserstagedCreateUserV1Response.md
10801084
docs/UserstagedCreateUserV1ResponseMPayload.md
10811085
docs/UserstagedDeleteObjectV1Response.md
@@ -1209,6 +1213,7 @@ eZmaxApi/api/object_user_api.py
12091213
eZmaxApi/api/object_usergroup_api.py
12101214
eZmaxApi/api/object_usergroupdelegation_api.py
12111215
eZmaxApi/api/object_usergroupmembership_api.py
1216+
eZmaxApi/api/object_userlogintype_api.py
12121217
eZmaxApi/api/object_userstaged_api.py
12131218
eZmaxApi/api/object_variableexpense_api.py
12141219
eZmaxApi/api/object_versionhistory_api.py
@@ -2221,6 +2226,9 @@ eZmaxApi/models/usergroupmembership_request.py
22212226
eZmaxApi/models/usergroupmembership_request_compound.py
22222227
eZmaxApi/models/usergroupmembership_response.py
22232228
eZmaxApi/models/usergroupmembership_response_compound.py
2229+
eZmaxApi/models/userlogintype_autocomplete_element_response.py
2230+
eZmaxApi/models/userlogintype_get_autocomplete_v2_response.py
2231+
eZmaxApi/models/userlogintype_get_autocomplete_v2_response_m_payload.py
22242232
eZmaxApi/models/userstaged_create_user_v1_response.py
22252233
eZmaxApi/models/userstaged_create_user_v1_response_m_payload.py
22262234
eZmaxApi/models/userstaged_delete_object_v1_response.py
@@ -3173,6 +3181,7 @@ test/test_object_user_api.py
31733181
test/test_object_usergroup_api.py
31743182
test/test_object_usergroupdelegation_api.py
31753183
test/test_object_usergroupmembership_api.py
3184+
test/test_object_userlogintype_api.py
31763185
test/test_object_userstaged_api.py
31773186
test/test_object_variableexpense_api.py
31783187
test/test_object_versionhistory_api.py
@@ -3368,6 +3377,9 @@ test/test_usergroupmembership_request.py
33683377
test/test_usergroupmembership_request_compound.py
33693378
test/test_usergroupmembership_response.py
33703379
test/test_usergroupmembership_response_compound.py
3380+
test/test_userlogintype_autocomplete_element_response.py
3381+
test/test_userlogintype_get_autocomplete_v2_response.py
3382+
test/test_userlogintype_get_autocomplete_v2_response_m_payload.py
33713383
test/test_userstaged_create_user_v1_response.py
33723384
test/test_userstaged_create_user_v1_response_m_payload.py
33733385
test/test_userstaged_delete_object_v1_response.py

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ Class | Method | HTTP request | Description
354354
*ObjectUsergroupmembershipApi* | [**usergroupmembership_delete_object_v1**](docs/ObjectUsergroupmembershipApi.md#usergroupmembership_delete_object_v1) | **DELETE** /1/object/usergroupmembership/{pkiUsergroupmembershipID} | Delete an existing Usergroupmembership
355355
*ObjectUsergroupmembershipApi* | [**usergroupmembership_edit_object_v1**](docs/ObjectUsergroupmembershipApi.md#usergroupmembership_edit_object_v1) | **PUT** /1/object/usergroupmembership/{pkiUsergroupmembershipID} | Edit an existing Usergroupmembership
356356
*ObjectUsergroupmembershipApi* | [**usergroupmembership_get_object_v2**](docs/ObjectUsergroupmembershipApi.md#usergroupmembership_get_object_v2) | **GET** /2/object/usergroupmembership/{pkiUsergroupmembershipID} | Retrieve an existing Usergroupmembership
357+
*ObjectUserlogintypeApi* | [**userlogintype_get_autocomplete_v2**](docs/ObjectUserlogintypeApi.md#userlogintype_get_autocomplete_v2) | **GET** /2/object/userlogintype/getAutocomplete/{sSelector} | Retrieve Userlogintypes and IDs
357358
*ObjectUserstagedApi* | [**userstaged_create_user_v1**](docs/ObjectUserstagedApi.md#userstaged_create_user_v1) | **POST** /1/object/userstaged/{pkiUserstagedID}/createUser | Create a User from a Userstaged and then map it
358359
*ObjectUserstagedApi* | [**userstaged_delete_object_v1**](docs/ObjectUserstagedApi.md#userstaged_delete_object_v1) | **DELETE** /1/object/userstaged/{pkiUserstagedID} | Delete an existing Userstaged
359360
*ObjectUserstagedApi* | [**userstaged_get_list_v1**](docs/ObjectUserstagedApi.md#userstaged_get_list_v1) | **GET** /1/object/userstaged/getList | Retrieve Userstaged list
@@ -1387,6 +1388,9 @@ Class | Method | HTTP request | Description
13871388
- [UsergroupmembershipRequestCompound](docs/UsergroupmembershipRequestCompound.md)
13881389
- [UsergroupmembershipResponse](docs/UsergroupmembershipResponse.md)
13891390
- [UsergroupmembershipResponseCompound](docs/UsergroupmembershipResponseCompound.md)
1391+
- [UserlogintypeAutocompleteElementResponse](docs/UserlogintypeAutocompleteElementResponse.md)
1392+
- [UserlogintypeGetAutocompleteV2Response](docs/UserlogintypeGetAutocompleteV2Response.md)
1393+
- [UserlogintypeGetAutocompleteV2ResponseMPayload](docs/UserlogintypeGetAutocompleteV2ResponseMPayload.md)
13901394
- [UserstagedCreateUserV1Response](docs/UserstagedCreateUserV1Response.md)
13911395
- [UserstagedCreateUserV1ResponseMPayload](docs/UserstagedCreateUserV1ResponseMPayload.md)
13921396
- [UserstagedDeleteObjectV1Response](docs/UserstagedDeleteObjectV1Response.md)

docs/ObjectUserlogintypeApi.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# eZmaxApi.ObjectUserlogintypeApi
2+
3+
All URIs are relative to *https://prod.api.appcluster01.ca-central-1.ezmax.com/rest*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**userlogintype_get_autocomplete_v2**](ObjectUserlogintypeApi.md#userlogintype_get_autocomplete_v2) | **GET** /2/object/userlogintype/getAutocomplete/{sSelector} | Retrieve Userlogintypes and IDs
8+
9+
10+
# **userlogintype_get_autocomplete_v2**
11+
> UserlogintypeGetAutocompleteV2Response userlogintype_get_autocomplete_v2(s_selector, e_filter_active=e_filter_active, s_query=s_query, accept_language=accept_language)
12+
13+
Retrieve Userlogintypes and IDs
14+
15+
Get the list of Userlogintype to be used in a dropdown or autocomplete control.
16+
17+
### Example
18+
19+
* Api Key Authentication (Authorization):
20+
```python
21+
import time
22+
import os
23+
import eZmaxApi
24+
from eZmaxApi.models.header_accept_language import HeaderAcceptLanguage
25+
from eZmaxApi.models.userlogintype_get_autocomplete_v2_response import UserlogintypeGetAutocompleteV2Response
26+
from eZmaxApi.rest import ApiException
27+
from pprint import pprint
28+
29+
# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
30+
# See configuration.py for a list of all supported configuration parameters.
31+
configuration = eZmaxApi.Configuration(
32+
host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest"
33+
)
34+
35+
# The client must configure the authentication and authorization parameters
36+
# in accordance with the API server security policy.
37+
# Examples for each auth method are provided below, use the example that
38+
# satisfies your auth use case.
39+
40+
# Configure API key authorization: Authorization
41+
configuration.api_key['Authorization'] = os.environ["API_KEY"]
42+
43+
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
44+
# configuration.api_key_prefix['Authorization'] = 'Bearer'
45+
46+
# Enter a context with an instance of the API client
47+
with eZmaxApi.ApiClient(configuration) as api_client:
48+
# Create an instance of the API class
49+
api_instance = eZmaxApi.ObjectUserlogintypeApi(api_client)
50+
s_selector = 's_selector_example' # str | The type of Userlogintypes to return
51+
e_filter_active = 'Active' # str | Specify which results we want to display. (optional) (default to 'Active')
52+
s_query = 's_query_example' # str | Allow to filter the returned results (optional)
53+
accept_language = eZmaxApi.HeaderAcceptLanguage() # HeaderAcceptLanguage | (optional)
54+
55+
try:
56+
# Retrieve Userlogintypes and IDs
57+
api_response = api_instance.userlogintype_get_autocomplete_v2(s_selector, e_filter_active=e_filter_active, s_query=s_query, accept_language=accept_language)
58+
print("The response of ObjectUserlogintypeApi->userlogintype_get_autocomplete_v2:\n")
59+
pprint(api_response)
60+
except Exception as e:
61+
print("Exception when calling ObjectUserlogintypeApi->userlogintype_get_autocomplete_v2: %s\n" % e)
62+
```
63+
64+
65+
66+
### Parameters
67+
68+
Name | Type | Description | Notes
69+
------------- | ------------- | ------------- | -------------
70+
**s_selector** | **str**| The type of Userlogintypes to return |
71+
**e_filter_active** | **str**| Specify which results we want to display. | [optional] [default to 'Active']
72+
**s_query** | **str**| Allow to filter the returned results | [optional]
73+
**accept_language** | [**HeaderAcceptLanguage**](.md)| | [optional]
74+
75+
### Return type
76+
77+
[**UserlogintypeGetAutocompleteV2Response**](UserlogintypeGetAutocompleteV2Response.md)
78+
79+
### Authorization
80+
81+
[Authorization](../README.md#Authorization)
82+
83+
### HTTP request headers
84+
85+
- **Content-Type**: Not defined
86+
- **Accept**: application/json
87+
88+
### HTTP response details
89+
| Status code | Description | Response headers |
90+
|-------------|-------------|------------------|
91+
**200** | Successful response | - |
92+
93+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
94+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# UserlogintypeAutocompleteElementResponse
2+
3+
A Userlogintype AutocompleteElement Response
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**pki_userlogintype_id** | **int** | 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**| |
9+
**s_userlogintype_description_x** | **str** | The description of the Userlogintype in the language of the requester |
10+
**b_userlogintype_isactive** | **bool** | Whether the Userlogintype is active or not |
11+
12+
## Example
13+
14+
```python
15+
from eZmaxApi.models.userlogintype_autocomplete_element_response import UserlogintypeAutocompleteElementResponse
16+
17+
# TODO update the JSON string below
18+
json = "{}"
19+
# create an instance of UserlogintypeAutocompleteElementResponse from a JSON string
20+
userlogintype_autocomplete_element_response_instance = UserlogintypeAutocompleteElementResponse.from_json(json)
21+
# print the JSON string representation of the object
22+
print UserlogintypeAutocompleteElementResponse.to_json()
23+
24+
# convert the object into a dict
25+
userlogintype_autocomplete_element_response_dict = userlogintype_autocomplete_element_response_instance.to_dict()
26+
# create an instance of UserlogintypeAutocompleteElementResponse from a dict
27+
userlogintype_autocomplete_element_response_form_dict = userlogintype_autocomplete_element_response.from_dict(userlogintype_autocomplete_element_response_dict)
28+
```
29+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30+
31+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# UserlogintypeGetAutocompleteV2Response
2+
3+
Response for GET /2/object/userlogintype/getAutocomplete
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | |
9+
**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional]
10+
**m_payload** | [**UserlogintypeGetAutocompleteV2ResponseMPayload**](UserlogintypeGetAutocompleteV2ResponseMPayload.md) | |
11+
12+
## Example
13+
14+
```python
15+
from eZmaxApi.models.userlogintype_get_autocomplete_v2_response import UserlogintypeGetAutocompleteV2Response
16+
17+
# TODO update the JSON string below
18+
json = "{}"
19+
# create an instance of UserlogintypeGetAutocompleteV2Response from a JSON string
20+
userlogintype_get_autocomplete_v2_response_instance = UserlogintypeGetAutocompleteV2Response.from_json(json)
21+
# print the JSON string representation of the object
22+
print UserlogintypeGetAutocompleteV2Response.to_json()
23+
24+
# convert the object into a dict
25+
userlogintype_get_autocomplete_v2_response_dict = userlogintype_get_autocomplete_v2_response_instance.to_dict()
26+
# create an instance of UserlogintypeGetAutocompleteV2Response from a dict
27+
userlogintype_get_autocomplete_v2_response_form_dict = userlogintype_get_autocomplete_v2_response.from_dict(userlogintype_get_autocomplete_v2_response_dict)
28+
```
29+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30+
31+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# UserlogintypeGetAutocompleteV2ResponseMPayload
2+
3+
Payload for POST /2/object/userlogintype/getAutocomplete
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**a_obj_userlogintype** | [**List[UserlogintypeAutocompleteElementResponse]**](UserlogintypeAutocompleteElementResponse.md) | An array of Userlogintype autocomplete element response. |
9+
10+
## Example
11+
12+
```python
13+
from eZmaxApi.models.userlogintype_get_autocomplete_v2_response_m_payload import UserlogintypeGetAutocompleteV2ResponseMPayload
14+
15+
# TODO update the JSON string below
16+
json = "{}"
17+
# create an instance of UserlogintypeGetAutocompleteV2ResponseMPayload from a JSON string
18+
userlogintype_get_autocomplete_v2_response_m_payload_instance = UserlogintypeGetAutocompleteV2ResponseMPayload.from_json(json)
19+
# print the JSON string representation of the object
20+
print UserlogintypeGetAutocompleteV2ResponseMPayload.to_json()
21+
22+
# convert the object into a dict
23+
userlogintype_get_autocomplete_v2_response_m_payload_dict = userlogintype_get_autocomplete_v2_response_m_payload_instance.to_dict()
24+
# create an instance of UserlogintypeGetAutocompleteV2ResponseMPayload from a dict
25+
userlogintype_get_autocomplete_v2_response_m_payload_form_dict = userlogintype_get_autocomplete_v2_response_m_payload.from_dict(userlogintype_get_autocomplete_v2_response_m_payload_dict)
26+
```
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

eZmaxApi/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
from eZmaxApi.api.object_usergroup_api import ObjectUsergroupApi
8484
from eZmaxApi.api.object_usergroupdelegation_api import ObjectUsergroupdelegationApi
8585
from eZmaxApi.api.object_usergroupmembership_api import ObjectUsergroupmembershipApi
86+
from eZmaxApi.api.object_userlogintype_api import ObjectUserlogintypeApi
8687
from eZmaxApi.api.object_userstaged_api import ObjectUserstagedApi
8788
from eZmaxApi.api.object_variableexpense_api import ObjectVariableexpenseApi
8889
from eZmaxApi.api.object_versionhistory_api import ObjectVersionhistoryApi
@@ -1103,6 +1104,9 @@
11031104
from eZmaxApi.models.usergroupmembership_request_compound import UsergroupmembershipRequestCompound
11041105
from eZmaxApi.models.usergroupmembership_response import UsergroupmembershipResponse
11051106
from eZmaxApi.models.usergroupmembership_response_compound import UsergroupmembershipResponseCompound
1107+
from eZmaxApi.models.userlogintype_autocomplete_element_response import UserlogintypeAutocompleteElementResponse
1108+
from eZmaxApi.models.userlogintype_get_autocomplete_v2_response import UserlogintypeGetAutocompleteV2Response
1109+
from eZmaxApi.models.userlogintype_get_autocomplete_v2_response_m_payload import UserlogintypeGetAutocompleteV2ResponseMPayload
11061110
from eZmaxApi.models.userstaged_create_user_v1_response import UserstagedCreateUserV1Response
11071111
from eZmaxApi.models.userstaged_create_user_v1_response_m_payload import UserstagedCreateUserV1ResponseMPayload
11081112
from eZmaxApi.models.userstaged_delete_object_v1_response import UserstagedDeleteObjectV1Response

eZmaxApi/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
from eZmaxApi.api.object_usergroup_api import ObjectUsergroupApi
6767
from eZmaxApi.api.object_usergroupdelegation_api import ObjectUsergroupdelegationApi
6868
from eZmaxApi.api.object_usergroupmembership_api import ObjectUsergroupmembershipApi
69+
from eZmaxApi.api.object_userlogintype_api import ObjectUserlogintypeApi
6970
from eZmaxApi.api.object_userstaged_api import ObjectUserstagedApi
7071
from eZmaxApi.api.object_variableexpense_api import ObjectVariableexpenseApi
7172
from eZmaxApi.api.object_versionhistory_api import ObjectVersionhistoryApi

0 commit comments

Comments
 (0)