Skip to main content
GET
/
v3
/
profiles
/
validation-rules
/
{profileValidationRule}
/
values
Browse Profile Validation Rule Values
curl --request GET \
  --url http://localhost/api/v3/profiles/validation-rules/{profileValidationRule}/values
{
  "data": [
    {
      "id": 123,
      "rule_id": 123,
      "value": "<string>",
      "is_active": true,
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

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

Path Parameters

profileValidationRule
integer
required

The profile validation rule ID

Response

Array of ProfileValidationRuleValue

data
ProfileValidationRuleValue · object[]
required