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
:param occurred_after: The starting time as an ISO 8601 timestamp.
45
+
:param object_type:
46
+
:type object_type: str
47
+
:param event_type:
48
+
:type event_type: str
49
+
:param occurred_after:
46
50
:type occurred_after: datetime
47
-
:param occurred_before: The ending time as an ISO 8601 timestamp.
51
+
:param occurred_before:
48
52
:type occurred_before: datetime
49
-
:param object_type: The type of object being selected. Valid values are hubspot named object types (e.g. `contact`).
50
-
:type object_type: str
51
-
:param object_id: The id of the selected object. If not present, then the `objectProperty` parameter is required.
53
+
:param object_id:
52
54
:type object_id: int
53
-
:param event_type: Limits the response to the specified event type. For example `&eventType=e_visited_page` returns only `e_visited_page` events. If not present all event types are returned.
54
-
:type event_type: str
55
-
:param after: An additional parameter that may be used to get the next `limit` set of results.
55
+
:param index_table_name:
56
+
:type index_table_name: str
57
+
:param index_specific_metadata:
58
+
:type index_specific_metadata: str
59
+
:param after: The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
56
60
:type after: str
57
61
:param before:
58
62
:type before: str
59
-
:param limit: The maximum number of events to return, defaults to 20.
63
+
:param limit: The maximum number of results to display per page.
60
64
:type limit: int
61
-
:param sort: Selects the sort field and order. Defaults to ascending, prefix with `-` for descending order. `occurredAt` is the only field supported for sorting.
65
+
:param sort:
62
66
:type sort: list[str]
67
+
:param object_property_propname:
68
+
:type object_property_propname: object
69
+
:param property_propname:
70
+
:type property_propname: object
71
+
:param id:
72
+
:type id: list[str]
63
73
:param async_req: Whether to execute the request asynchronously.
64
74
:type async_req: bool, optional
65
75
:param _preload_content: if False, the urllib3.HTTPResponse object will
:param occurred_after: The starting time as an ISO 8601 timestamp.
100
+
:param object_type:
101
+
:type object_type: str
102
+
:param event_type:
103
+
:type event_type: str
104
+
:param occurred_after:
91
105
:type occurred_after: datetime
92
-
:param occurred_before: The ending time as an ISO 8601 timestamp.
106
+
:param occurred_before:
93
107
:type occurred_before: datetime
94
-
:param object_type: The type of object being selected. Valid values are hubspot named object types (e.g. `contact`).
95
-
:type object_type: str
96
-
:param object_id: The id of the selected object. If not present, then the `objectProperty` parameter is required.
108
+
:param object_id:
97
109
:type object_id: int
98
-
:param event_type: Limits the response to the specified event type. For example `&eventType=e_visited_page` returns only `e_visited_page` events. If not present all event types are returned.
99
-
:type event_type: str
100
-
:param after: An additional parameter that may be used to get the next `limit` set of results.
110
+
:param index_table_name:
111
+
:type index_table_name: str
112
+
:param index_specific_metadata:
113
+
:type index_specific_metadata: str
114
+
:param after: The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
101
115
:type after: str
102
116
:param before:
103
117
:type before: str
104
-
:param limit: The maximum number of events to return, defaults to 20.
118
+
:param limit: The maximum number of results to display per page.
105
119
:type limit: int
106
-
:param sort: Selects the sort field and order. Defaults to ascending, prefix with `-` for descending order. `occurredAt` is the only field supported for sorting.
120
+
:param sort:
107
121
:type sort: list[str]
122
+
:param object_property_propname:
123
+
:type object_property_propname: object
124
+
:param property_propname:
125
+
:type property_propname: object
126
+
:param id:
127
+
:type id: list[str]
108
128
:param async_req: Whether to execute the request asynchronously.
109
129
:type async_req: bool, optional
110
130
:param _return_http_data_only: response data without head status code
0 commit comments