Passer au contenu principal
GET
/
cms
/
site-search
/
2026-03
/
indexed-data
/
{contentId}
Get indexed properties
curl --request GET \
  --url https://api.hubapi.com/cms/site-search/2026-03/indexed-data/{contentId} \
  --header 'Authorization: Bearer <token>'
{
  "fields": {},
  "id": "<string>"
}

Supported products

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

contentId
string
requis
Pattern: .*

Paramètres de requête

type
string

Réponse

successful operation

fields
object
requis

The indexed fields in HubSpot.

id
string
requis

The ID of the document in HubSpot.

type
enum<string>
requis

The type of document. Can be SITE_PAGE, LANDING_PAGE, BLOG_POST, LISTING_PAGE, or KNOWLEDGE_ARTICLE.

Options disponibles:
BLOG_POST,
KNOWLEDGE_ARTICLE,
LANDING_PAGE,
LISTING_PAGE,
SITE_PAGE,
STRUCTURED_CONTENT
Dernière modification le 5 juin 2026