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
page_size =20# int | The number of items per page (optional) (default to 20)
47
47
continuation_token ='continuation_token_example'# str | Continuation Token from which we wish to retrieve results (optional)
48
-
hello_asso_api_v5_models_directory_list_forms_request= helloasso_python.HelloAssoApiV5ModelsDirectoryListFormsRequest() #HelloAssoApiV5ModelsDirectoryListFormsRequest | Body which contains the filters to apply (optional)
48
+
hello_asso_api_v5_common_models_directory_list_forms_request= helloasso_python.HelloAssoApiV5CommonModelsDirectoryListFormsRequest() #HelloAssoApiV5CommonModelsDirectoryListFormsRequest | Body which contains the filters to apply (optional)
**page_size** | **int**| The number of items per page | [optional][default to 20]
67
67
**continuation_token** | **str**| Continuation Token from which we wish to retrieve results | [optional]
68
-
**hello_asso_api_v5_models_directory_list_forms_request** | [**HelloAssoApiV5ModelsDirectoryListFormsRequest**](HelloAssoApiV5ModelsDirectoryListFormsRequest.md)| Body which contains the filters to apply | [optional]
68
+
**hello_asso_api_v5_common_models_directory_list_forms_request** | [**HelloAssoApiV5CommonModelsDirectoryListFormsRequest**](HelloAssoApiV5CommonModelsDirectoryListFormsRequest.md)| Body which contains the filters to apply | [optional]
69
69
70
70
### Return type
71
71
@@ -91,7 +91,7 @@ Name | Type | Description | Notes
91
91
[[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)
@@ -103,7 +103,7 @@ Permet de récupérer une liste de toutes les organisations visibles corresponda
103
103
104
104
```python
105
105
import helloasso_python
106
-
from helloasso_python.models.hello_asso_api_v5_models_directory_list_organizations_requestimportHelloAssoApiV5ModelsDirectoryListOrganizationsRequest
106
+
from helloasso_python.models.hello_asso_api_v5_common_models_directory_list_organizations_requestimportHelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest
107
107
from helloasso_python.models.results_with_pagination_model_synchronizable_organization_model import ResultsWithPaginationModelSynchronizableOrganizationModel
108
108
from helloasso_python.rest import ApiException
109
109
from pprint import pprint
@@ -127,11 +127,11 @@ with helloasso_python.ApiClient(configuration) as api_client:
page_size =20# int | The number of items per page (optional) (default to 20)
129
129
continuation_token ='continuation_token_example'# str | Continuation Token from which we wish to retrieve results (optional)
130
-
hello_asso_api_v5_models_directory_list_organizations_request= helloasso_python.HelloAssoApiV5ModelsDirectoryListOrganizationsRequest() #HelloAssoApiV5ModelsDirectoryListOrganizationsRequest | Body which contains the filters to apply (optional)
130
+
hello_asso_api_v5_common_models_directory_list_organizations_request= helloasso_python.HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest() #HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest | Body which contains the filters to apply (optional)
**page_size** | **int**| The number of items per page | [optional][default to 20]
149
149
**continuation_token** | **str**| Continuation Token from which we wish to retrieve results | [optional]
150
-
**hello_asso_api_v5_models_directory_list_organizations_request** | [**HelloAssoApiV5ModelsDirectoryListOrganizationsRequest**](HelloAssoApiV5ModelsDirectoryListOrganizationsRequest.md)| Body which contains the filters to apply | [optional]
150
+
**hello_asso_api_v5_common_models_directory_list_organizations_request** | [**HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest**](HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest.md)| Body which contains the filters to apply | [optional]
@@ -90,7 +90,7 @@ Name | Type | Description | Notes
90
90
[[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)
0 commit comments