You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2024. It is now read-only.
## ⚠️EARLY ADOPTERS WARNING ### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.
17
+
## ⚠️EARLY ADOPTERS WARNING ### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region. Enum values that can be filtered in query parameter *sFilter*: | Variable | Valid values | |---|---| | eEzsignfoldertypePrivacylevel | User<br>Usergroup |
18
18
19
19
### Example
20
20
@@ -28,7 +28,14 @@ Authorization.apiKey = 'YOUR API KEY';
28
28
//Authorization.apiKeyPrefix = 'Token';
29
29
30
30
let apiInstance =newEZmaxApiDefinition.ObjectEzsignfoldertypeApi();
@@ -44,25 +46,37 @@ export default class ObjectEzsignfoldertypeApi {
44
46
45
47
/**
46
48
* Retrieve Ezsignfoldertype list
47
-
* ## ⚠️EARLY ADOPTERS WARNING ### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region.
49
+
* ## ⚠️EARLY ADOPTERS WARNING ### This endpoint is not officially released. Its definition might still change and it might not be available in every environment and region. Enum values that can be filtered in query parameter *sFilter*: | Variable | Valid values | |---|---| | eEzsignfoldertypePrivacylevel | User<br>Usergroup |
50
+
* @param {Object} opts Optional parameters
51
+
* @param {module:eZmaxAPI/model/String} opts.eOrderBy Specify how you want the results to be sorted
0 commit comments