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: openapi_client/api/events_api.py
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -671,10 +671,10 @@ def get_event(
671
671
id (str):
672
672
673
673
Keyword Args:
674
-
fields_event ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets. [optional]
675
-
fields_metric ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets. [optional]
676
-
fields_profile ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets. [optional]
677
-
include ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#relationships. [optional]
674
+
fields_event ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#sparse-fieldsets. [optional]
675
+
fields_metric ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#sparse-fieldsets. [optional]
676
+
fields_profile ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#sparse-fieldsets. [optional]
677
+
include ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#relationships. [optional]
678
678
_return_http_data_only (bool): response data without head status
679
679
code and headers. Default is True.
680
680
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -758,7 +758,7 @@ def get_event_metrics(
758
758
id (str):
759
759
760
760
Keyword Args:
761
-
fields_metric ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets. [optional]
761
+
fields_metric ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#sparse-fieldsets. [optional]
762
762
_return_http_data_only (bool): response data without head status
763
763
code and headers. Default is True.
764
764
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -842,7 +842,7 @@ def get_event_profiles(
842
842
id (str):
843
843
844
844
Keyword Args:
845
-
fields_profile ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets. [optional]
845
+
fields_profile ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#sparse-fieldsets. [optional]
846
846
_return_http_data_only (bool): response data without head status
847
847
code and headers. Default is True.
848
848
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -1010,13 +1010,13 @@ def get_events(
1010
1010
1011
1011
1012
1012
Keyword Args:
1013
-
fields_event ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets. [optional]
1014
-
fields_metric ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets. [optional]
1015
-
fields_profile ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sparse-fieldsets. [optional]
1016
-
filter (str): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`metric_id`: `equals`<br>`datetime`: `greater-or-equal`, `greater-than`, `less-or-equal`, `less-than`<br>`timestamp`: `greater-or-equal`, `greater-than`, `less-or-equal`, `less-than`. [optional]
1017
-
include ([str]): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#relationships. [optional]
1018
-
page_cursor (str): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#pagination. [optional]
1019
-
sort (str): For more information please visit https://developers.klaviyo.com/en/v2022-10-17/reference/api-overview#sorting. [optional]
1013
+
fields_event ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#sparse-fieldsets. [optional]
1014
+
fields_metric ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#sparse-fieldsets. [optional]
1015
+
fields_profile ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#sparse-fieldsets. [optional]
1016
+
filter (str): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`metric_id`: `equals`<br>`datetime`: `greater-or-equal`, `greater-than`, `less-or-equal`, `less-than`<br>`timestamp`: `greater-or-equal`, `greater-than`, `less-or-equal`, `less-than`. [optional]
1017
+
include ([str]): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#relationships. [optional]
1018
+
page_cursor (str): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#pagination. [optional]
1019
+
sort (str): For more information please visit https://developers.klaviyo.com/en/v/reference/api-overview#sorting. [optional]
1020
1020
_return_http_data_only (bool): response data without head status
1021
1021
code and headers. Default is True.
1022
1022
_preload_content (bool): if False, the urllib3.HTTPResponse object
0 commit comments