Skip to main content
GET
/
v3
/
profiles
/
validation-rules
/
{profileValidationRule}
/
values
/
{value}
Read Profile Validation Rule Value
curl --request GET \
  --url http://localhost/api/v3/profiles/validation-rules/{profileValidationRule}/values/{value}
{
  "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

value
integer
required

The value ID

Response

ProfileValidationRuleValue

data
ProfileValidationRuleValue · object
required