Zum Hauptinhalt springen
GET
/
crm
/
property-validations
/
2026-03
/
{objectTypeId}
Alle Validierungsregeln für Eigenschaften für ein Objekt lesen
curl --request GET \
  --url https://api.hubapi.com/crm/property-validations/2026-03/{objectTypeId} \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "propertyName": "<string>",
      "propertyValidationRules": [
        {
          "ruleArguments": [
            "<string>"
          ],
          "ruleType": "AFTER_DATETIME_DURATION",
          "shouldApplyNormalization": true
        }
      ]
    }
  ]
}

Documentation Index

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

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

Supported products

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

objectTypeId
string
erforderlich

Antwort

successful operation

results
object[]
erforderlich

Filtergruppe von Eigenschaften mit ihren Validierungsregeln. Jedes Element ordnet einen Eigenschaftsnamen seinen konfigurierten Validierungsregeln für den spezifizierten Objekttyp zu.

Last modified on April 13, 2026