Pular para o conteúdo principal
GET
/
webhooks-journal
/
subscriptions
/
2026-03
/
filters
/
{filterId}
Recuperar filtro
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://br.developers.hubspot.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorizações

Authorization
string
header
obrigatório

The access token received from the authorization server in the OAuth 2.0 flow.

Parâmetros de caminho

filterId
integer<int64>
obrigatório

O identificador exclusivo do filtro a ser recuperado.

Resposta

successful operation

createdAt
integer<int64>
obrigatório

A data/hora Unix em milissegundos que indica quando o filtro foi criado.

filter
object
obrigatório

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.

id
integer<int64>
obrigatório

O identificador exclusivo do filtro. É um número inteiro no formato int64.

Last modified on May 11, 2026