Skip to main content
GET
/
v3
/
profiles
/
validation-rules
Browse Profile Validation Rules
curl --request GET \
  --url http://localhost/api/v3/profiles/validation-rules
{
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "type": "<string>",
      "rule_type": "<string>",
      "applies_to": "<string>",
      "pattern": "<string>",
      "error_message": "<string>",
      "priority": 123,
      "is_active": true,
      "effective_from": "<string>",
      "effective_to": "<string>",
      "created_by": "<string>",
      "updated_by": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "values": [
        {
          "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.

Query Parameters

page[size]
string

Response

Array of ProfileValidationRule

data
ProfileValidationRule · object[]
required