Zum Hauptinhalt springen
GET
/
cms
/
v3
/
site-search
/
indexed-data
/
{contentId}
Indexierte Eigenschaften abrufen
curl --request GET \
  --url https://api.hubapi.com/cms/v3/site-search/indexed-data/{contentId} \
  --header 'Authorization: Bearer <token>'
{
  "fields": {},
  "id": "<string>",
  "type": "BLOG_POST"
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Professional
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Professional

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

contentId
string
erforderlich
Pattern: .*

Abfrageparameter

type
string

Antwort

successful operation

fields
object
erforderlich

Die indexierten Felder in HubSpot.

id
string
erforderlich

Die ID des Dokuments in HubSpot.

type
enum<string>
erforderlich

Der Typ des Dokuments. Werte: „SITE_PAGE“, „LANDING_PAGE“, „BLOG_POST“, „LISTING_PAGE“ oder „KNOWLEDGE_ARTICLE“.

Verfügbare Optionen:
BLOG_POST,
KNOWLEDGE_ARTICLE,
LANDING_PAGE,
LISTING_PAGE,
SITE_PAGE,
STRUCTURED_CONTENT
Last modified on March 24, 2026