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