このエンドポイントを使用することで、フィルター条件を使用してイベントインスタンスを照会できます。
oauth
The access token received from the authorization server in the OAuth 2.0 flow.
イベントインスタンスの絞り込みの基準となるCRMオブジェクトタイプ名。必要に応じて、別のパラメーターでobjectIdも指定して特定のCRMオブジェクトインスタンスに絞り込むこともできます。
イベントタイプ名。使用可能なイベントタイプ名のリストは別のAPI呼び出しから取得できます。
前回正常に読み取られたリソースのページ設定カーソルトークンが、その他の結果が含まれるページ設定されたレスポンスの「paging.next.after」JSONプロパティーとして返されます。
ページごとに表示する結果の最大数。
イベントインスタンスのタイムスタンプに基づく並べ替えの方向で、昇順または降順。
Filter for event data that occurred after a specific datetime.
Filter for event data that occurred before a specific datetime.
イベントインスタンスの絞り込みの基準となるCRMオブジェクトのID。objectIdに基づいて絞り込む場合は、objectTypeも指定する必要があります。
Instead of retrieving event data for a specific object by its ID, you can specify a unique identifier property. For contacts, you can use the email
property. (e.g., objectProperty.email=name@domain.com
).
Filter for event completions that contain a specific value for an event property (e.g., property.hs_city=portland
). For properties values with spaces, replaces spaces with %20
or +
(e.g., property.hs_city=new+york
).
イベントインスタンスのID。IDはイベントインスタンスと1対1です。このフィルターと追加のフィルターを指定する場合は、他のフィルターがイベントインスタンスの値と一致していないと結果が得られません。
successful operation
The response is of type object
.