curl --request GET \
--url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03/filters/{filterId} \
--header 'Authorization: Bearer <token>'{
"createdAt": 123,
"filter": {
"conditions": [
{
"property": "<string>",
"value": "<string>",
"values": [
"<string>"
]
}
]
},
"id": 123
}HubSpotアカウントのWebhook配信登録に関連付けられている特定のフィルターの詳細を取得します。このエンドポイントは、フィルターの固有IDを使用して、その設定と条件にアクセスするのに役立ちます。
curl --request GET \
--url https://api.hubapi.com/webhooks-journal/subscriptions/2026-03/filters/{filterId} \
--header 'Authorization: Bearer <token>'{
"createdAt": 123,
"filter": {
"conditions": [
{
"property": "<string>",
"value": "<string>",
"values": [
"<string>"
]
}
]
},
"id": 123
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
取得するフィルターの固有ID。
successful operation
フィルターが作成された日時を示すミリ秒単位のUnixタイムスタンプ。
Defines a single condition for searching CRM objects, specifying the property to filter on, the operator to use (such as equals, greater than, or contains), and the value(s) to compare against.
Show child attributes
フィルターの一意の識別子です。int64形式の整数です。