curl --request GET \
--url https://api.hubapi.com/crm/property-validations/2026-03/{objectTypeId}/{propertyName} \
--header 'Authorization: Bearer <token>'{
"results": [
{
"ruleArguments": [
"<string>"
],
"ruleType": "AFTER_DATETIME_DURATION",
"shouldApplyNormalization": true
}
]
}Lesen Sie die Validierungsregel einer Eigenschaft, identifiziert durch „“.
curl --request GET \
--url https://api.hubapi.com/crm/property-validations/2026-03/{objectTypeId}/{propertyName} \
--header 'Authorization: Bearer <token>'{
"results": [
{
"ruleArguments": [
"<string>"
],
"ruleType": "AFTER_DATETIME_DURATION",
"shouldApplyNormalization": true
}
]
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Filtergruppe von Validierungsregeln, die für die spezifische Eigenschaft konfiguriert sind. Jede Regel definiert eine Einschränkung, die durch Eigenschaftswerte erfüllt werden muss (z. B. erforderliche Formate, Längenbegrenzungen, zulässige Werte).
Show child attributes