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
Copy file name to clipboardExpand all lines: docs/CommandesApi.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ with helloasso-python.ApiClient(configuration) as api_client:
285
285
form_slug ='form_slug_example'# str | The form slug
286
286
form_type = helloasso-python.HelloAssoApiV5ModelsEnumsFormType() # HelloAssoApiV5ModelsEnumsFormType | The form type CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop
287
287
var_from ='2013-10-20T19:20:30+01:00'# datetime | First Date Filter (optional)
288
-
to ='2013-10-20T19:20:30+01:00'# datetime | End Date Filter (optional)
288
+
to ='2013-10-20T19:20:30+01:00'# datetime | End Date Filter (exclusive) (optional)
289
289
user_search_key ='user_search_key_example'# str | Filter results on user or payer first name, last name or email (optional)
290
290
page_index =1# int | The page of results to retrieve (optional) (default to 1)
291
291
page_size =20# int | The number of items per page (optional) (default to 20)
@@ -296,7 +296,7 @@ with helloasso-python.ApiClient(configuration) as api_client:
296
296
with_details =False# bool | Set to true to return CustomFields and Options (optional) (default to False)
297
297
sort_order = helloasso-python.HelloAssoApiV5ModelsEnumsSortOrder() # HelloAssoApiV5ModelsEnumsSortOrder | Sort forms items by ascending or descending order. Default is descending (optional)
298
298
sort_field = helloasso-python.HelloAssoApiV5ModelsEnumsSortField() # HelloAssoApiV5ModelsEnumsSortField | Sort forms items by a specific field (Date or UpdateDate). Default is date (optional)
299
-
with_count =True# bool | Whether the pagination should include totalCount and totalPages. (optional) (default to True)
299
+
with_count =False# bool | Whether the pagination should include totalCount and totalPages. (optional) (default to False)
300
300
301
301
try:
302
302
# Obtenir une liste d'articles vendus dans un formulaire
@@ -316,7 +316,7 @@ Name | Type | Description | Notes
316
316
**form_slug** | **str**| The form slug |
317
317
**form_type** | [**HelloAssoApiV5ModelsEnumsFormType**](.md)| The form type CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop |
318
318
**var_from** | **datetime**| First Date Filter | [optional]
319
-
**to** | **datetime**| End Date Filter | [optional]
319
+
**to** | **datetime**| End Date Filter (exclusive) | [optional]
320
320
**user_search_key** | **str**| Filter results on user or payer first name, last name or email | [optional]
321
321
**page_index** | **int**| The page of results to retrieve | [optional][default to 1]
322
322
**page_size** | **int**| The number of items per page | [optional][default to 20]
@@ -327,7 +327,7 @@ Name | Type | Description | Notes
327
327
**with_details** | **bool**| Set to true to return CustomFields and Options | [optional][default to False]
328
328
**sort_order** | [**HelloAssoApiV5ModelsEnumsSortOrder**](.md)| Sort forms items by ascending or descending order. Default is descending | [optional]
329
329
**sort_field** | [**HelloAssoApiV5ModelsEnumsSortField**](.md)| Sort forms items by a specific field (Date or UpdateDate). Default is date | [optional]
330
-
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional][default to True]
330
+
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional][default to False]
331
331
332
332
### Return type
333
333
@@ -392,14 +392,14 @@ with helloasso-python.ApiClient(configuration) as api_client:
392
392
form_slug ='form_slug_example'# str | The form slug
393
393
form_type = helloasso-python.HelloAssoApiV5ModelsEnumsFormType() # HelloAssoApiV5ModelsEnumsFormType | The form type CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop
394
394
var_from ='2013-10-20T19:20:30+01:00'# datetime | First Date Filter (optional)
395
-
to ='2013-10-20T19:20:30+01:00'# datetime | End Date Filter (optional)
395
+
to ='2013-10-20T19:20:30+01:00'# datetime | End Date Filter (exclusive) (optional)
396
396
user_search_key ='user_search_key_example'# str | Filter results on user or payer first name, last name or email (optional)
397
397
page_index =1# int | The page of results to retrieve (optional) (default to 1)
398
398
page_size =20# int | The number of items per page (optional) (default to 20)
399
399
continuation_token ='continuation_token_example'# str | Continuation Token from which we wish to retrieve results (optional)
400
400
with_details =False# bool | Set to true to return CustomFields (optional) (default to False)
401
401
sort_order = helloasso-python.HelloAssoApiV5ModelsEnumsSortOrder() # HelloAssoApiV5ModelsEnumsSortOrder | Sort forms orders by ascending or descending order. Default is descending (optional)
402
-
with_count =True# bool | Whether the pagination should include totalCount and totalPages. (optional) (default to True)
402
+
with_count =False# bool | Whether the pagination should include totalCount and totalPages. (optional) (default to False)
403
403
404
404
try:
405
405
# Obtenir les commandes d'un formulaire
@@ -421,14 +421,14 @@ Name | Type | Description | Notes
421
421
**form_slug** | **str**| The form slug |
422
422
**form_type** | [**HelloAssoApiV5ModelsEnumsFormType**](.md)| The form type CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop |
423
423
**var_from** | **datetime**| First Date Filter | [optional]
424
-
**to** | **datetime**| End Date Filter | [optional]
424
+
**to** | **datetime**| End Date Filter (exclusive) | [optional]
425
425
**user_search_key** | **str**| Filter results on user or payer first name, last name or email | [optional]
426
426
**page_index** | **int**| The page of results to retrieve | [optional][default to 1]
427
427
**page_size** | **int**| The number of items per page | [optional][default to 20]
428
428
**continuation_token** | **str**| Continuation Token from which we wish to retrieve results | [optional]
429
429
**with_details** | **bool**| Set to true to return CustomFields | [optional][default to False]
430
430
**sort_order** | [**HelloAssoApiV5ModelsEnumsSortOrder**](.md)| Sort forms orders by ascending or descending order. Default is descending | [optional]
431
-
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional][default to True]
431
+
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional][default to False]
432
432
433
433
### Return type
434
434
@@ -492,7 +492,7 @@ with helloasso-python.ApiClient(configuration) as api_client:
organization_slug ='organization_slug_example'# str | The organization slug
494
494
var_from ='2013-10-20T19:20:30+01:00'# datetime | First Date Filter (optional)
495
-
to ='2013-10-20T19:20:30+01:00'# datetime | End Date Filter (optional)
495
+
to ='2013-10-20T19:20:30+01:00'# datetime | End Date Filter (exclusive) (optional)
496
496
user_search_key ='user_search_key_example'# str | Filter results on user or payer first name, last name or email (optional)
497
497
page_index =1# int | The page of results to retrieve (optional) (default to 1)
498
498
page_size =20# int | The number of items per page (optional) (default to 20)
@@ -503,7 +503,7 @@ with helloasso-python.ApiClient(configuration) as api_client:
503
503
with_details =False# bool | Set to true to return CustomFields and Options (optional) (default to False)
504
504
sort_order = helloasso-python.HelloAssoApiV5ModelsEnumsSortOrder() # HelloAssoApiV5ModelsEnumsSortOrder | Sort organizations items by ascending or descending order. Default is descending (optional)
505
505
sort_field = helloasso-python.HelloAssoApiV5ModelsEnumsSortField() # HelloAssoApiV5ModelsEnumsSortField | Sort organizations items by a specific field (Date or UpdateDate). Default is date (optional)
506
-
with_count =True# bool | Whether the pagination should include totalCount and totalPages. (optional) (default to True)
506
+
with_count =False# bool | Whether the pagination should include totalCount and totalPages. (optional) (default to False)
507
507
508
508
try:
509
509
# Obtenir une liste d'articles vendus par une organisation
@@ -521,7 +521,7 @@ Name | Type | Description | Notes
**organization_slug** | **str**| The organization slug |
523
523
**var_from** | **datetime**| First Date Filter | [optional]
524
-
**to** | **datetime**| End Date Filter | [optional]
524
+
**to** | **datetime**| End Date Filter (exclusive) | [optional]
525
525
**user_search_key** | **str**| Filter results on user or payer first name, last name or email | [optional]
526
526
**page_index** | **int**| The page of results to retrieve | [optional][default to 1]
527
527
**page_size** | **int**| The number of items per page | [optional][default to 20]
@@ -532,7 +532,7 @@ Name | Type | Description | Notes
532
532
**with_details** | **bool**| Set to true to return CustomFields and Options | [optional][default to False]
533
533
**sort_order** | [**HelloAssoApiV5ModelsEnumsSortOrder**](.md)| Sort organizations items by ascending or descending order. Default is descending | [optional]
534
534
**sort_field** | [**HelloAssoApiV5ModelsEnumsSortField**](.md)| Sort organizations items by a specific field (Date or UpdateDate). Default is date | [optional]
535
-
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional][default to True]
535
+
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional][default to False]
536
536
537
537
### Return type
538
538
@@ -595,15 +595,15 @@ with helloasso-python.ApiClient(configuration) as api_client:
organization_slug ='organization_slug_example'# str | The organization slug
597
597
var_from ='2013-10-20T19:20:30+01:00'# datetime | First Date Filter (optional)
598
-
to ='2013-10-20T19:20:30+01:00'# datetime | End Date Filter (optional)
598
+
to ='2013-10-20T19:20:30+01:00'# datetime | End Date Filter (exclusive) (optional)
599
599
user_search_key ='user_search_key_example'# str | Filter results on user or payer first name, last name or email (optional)
600
600
page_index =1# int | The page of results to retrieve (optional) (default to 1)
601
601
page_size =20# int | The number of items per page (optional) (default to 20)
602
602
continuation_token ='continuation_token_example'# str | Continuation Token from which we wish to retrieve results (optional)
603
603
form_types = [helloasso-python.HelloAssoApiV5ModelsEnumsFormType()] # List[HelloAssoApiV5ModelsEnumsFormType] | The type of the form CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop (optional)
604
604
with_details =False# bool | Set to true to return CustomFields (optional) (default to False)
605
605
sort_order = helloasso-python.HelloAssoApiV5ModelsEnumsSortOrder() # HelloAssoApiV5ModelsEnumsSortOrder | Sort organizations orders by ascending or descending order. Default is descending (optional)
606
-
with_count =True# bool | Whether the pagination should include totalCount and totalPages. (optional) (default to True)
606
+
with_count =False# bool | Whether the pagination should include totalCount and totalPages. (optional) (default to False)
607
607
608
608
try:
609
609
# Obtenir les commandes d'une organisation
@@ -623,15 +623,15 @@ Name | Type | Description | Notes
**organization_slug** | **str**| The organization slug |
625
625
**var_from** | **datetime**| First Date Filter | [optional]
626
-
**to** | **datetime**| End Date Filter | [optional]
626
+
**to** | **datetime**| End Date Filter (exclusive) | [optional]
627
627
**user_search_key** | **str**| Filter results on user or payer first name, last name or email | [optional]
628
628
**page_index** | **int**| The page of results to retrieve | [optional][default to 1]
629
629
**page_size** | **int**| The number of items per page | [optional][default to 20]
630
630
**continuation_token** | **str**| Continuation Token from which we wish to retrieve results | [optional]
631
631
**form_types** | [**List[HelloAssoApiV5ModelsEnumsFormType]**](HelloAssoApiV5ModelsEnumsFormType.md)| The type of the form CrowdFunding, Membership, Event, Donation, PaymentForm, Checkout, Shop | [optional]
632
632
**with_details** | **bool**| Set to true to return CustomFields | [optional][default to False]
633
633
**sort_order** | [**HelloAssoApiV5ModelsEnumsSortOrder**](.md)| Sort organizations orders by ascending or descending order. Default is descending | [optional]
634
-
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional][default to True]
634
+
**with_count** | **bool**| Whether the pagination should include totalCount and totalPages. | [optional][default to False]
Copy file name to clipboardExpand all lines: docs/HelloAssoApiV5ModelsDirectoryDirectoryOrganizationPublicModel.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
**tags** | **List[str]** | The public tags of the organization | [optional]
10
10
**linked_partners** | **List[str]** | Partners linked to this organization | [optional]
11
11
**is_authenticated** | **bool** | The organization is authenticated. Property returned only when asked by an organization admin. | [optional]
12
+
**is_cash_in_compliant** | **bool** | If transaction can be init on the organization or not. | [optional]
12
13
**banner** | **str** | The organization banner | [optional]
13
14
**fiscal_receipt_eligibility** | **bool** | The organism can issue fiscal receipts (type ok and has not deactivated it) Must configure it and be authenticated to become enabled | [optional]
14
15
**fiscal_receipt_issuance_enabled** | **bool** | The organism is eligible, has set up his options, and is authenticated. | [optional]
**is_authenticated** | **bool** | The organization is authenticated. Property returned only when asked by an organization admin. | [optional]
10
+
**is_cash_in_compliant** | **bool** | If transaction can be init on the organization or not. | [optional]
10
11
**banner** | **str** | The organization banner | [optional]
11
12
**fiscal_receipt_eligibility** | **bool** | The organism can issue fiscal receipts (type ok and has not deactivated it) Must configure it and be authenticated to become enabled | [optional]
12
13
**fiscal_receipt_issuance_enabled** | **bool** | The organism is eligible, has set up his options, and is authenticated. | [optional]
0 commit comments