Passer au contenu principal
GET
/
crm
/
property-validations
/
2026-03
/
{objectTypeId}
/
{propertyName}
Lire les règles de validation pour une propriété
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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

objectTypeId
string
requis
propertyName
string
requis

Réponse

successful operation

results
object[]
requis

Ensemble de règles de validation configurées pour la propriété spécifiée. Chaque règle définit une contrainte que les valeurs de propriété doivent respecter (par exemple, exigences de format, limites de longueur, valeurs autorisées).

Last modified on April 13, 2026