メインコンテンツへスキップ
GET
/
cms
/
site-search
/
2026-03
/
indexed-data
/
{contentId}
インデックスされたプロパティーを取得
curl --request GET \
  --url https://api.hubapi.com/cms/site-search/2026-03/indexed-data/{contentId} \
  --header 'Authorization: Bearer <token>'
{
  "fields": {},
  "id": "<string>",
  "type": "BLOG_POST"
}

Supported products

承認

Authorization
string
header
必須

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

パスパラメータ

contentId
string
必須
Pattern: .*

クエリパラメータ

type
string

レスポンス

successful operation

fields
object
必須

HubSpotのインデックスされたフィールド。

id
string
必須

HubSpotのドキュメントのID

type
enum<string>
必須

ドキュメントのタイプ。「SITE_PAGE」、「LANDING_PAGE」、「BLOG_POST」、「LISTING_PAGE」、「KNOWLEDGE_ARTICLE」のいずれかになります。

利用可能なオプション:
BLOG_POST,
KNOWLEDGE_ARTICLE,
LANDING_PAGE,
LISTING_PAGE,
SITE_PAGE,
STRUCTURED_CONTENT
Last modified on April 13, 2026