curl --request GET \
--url https://api.hubapi.com/crm/property-validations/2026-03/{objectTypeId}/{propertyName} \
--header 'Authorization: Bearer <token>'{
"results": [
{
"ruleArguments": [
"<string>"
],
"shouldApplyNormalization": true
}
]
}で識別されるプロパティーの検証ルールを読み取ります。
curl --request GET \
--url https://api.hubapi.com/crm/property-validations/2026-03/{objectTypeId}/{propertyName} \
--header 'Authorization: Bearer <token>'{
"results": [
{
"ruleArguments": [
"<string>"
],
"shouldApplyNormalization": true
}
]
}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
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
指定したプロパティーに対して設定された、検証ルールのコレクション。各ルールは、プロパティー値が満たさなければならない制約(書式に必要な条件、長さ制限、許容値など)を定義します。
Show child attributes