Tagging Rule Conditions

The TaggingRuleCondition table serves as a key component within the Tagging package, designed to define the specific conditions under which tagging rules are applied. It stores parameters that dictate the criteria for tagging items based on various attributes, such as type, status, or content. Each record in this table consists of fields that capture condition type, operand, and expected values, allowing for complex logical expressions that determine how and when tags should be assigned. This enables fine-tuned categorization and enhances the overall tagging functionality by ensuring that only relevant items are tagged according to the defined business logic.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The TaggingRuleConditionId is an identity field of type integer in the TaggingRuleCondition table. It serves as the primary key, uniquely identifying each tagging rule condition record. The value for this field is automatically generated and incremented for each new entry, ensuring consistent and sequential identification of records within the table.

int32

TaggingRuleId: This integer field uniquely identifies a tagging rule associated with the tagging condition. It serves as a foreign key linking to the corresponding tagging rule in the TaggingRule table, ensuring referential integrity and enabling efficient querying of related tagging conditions.

int32

EntityPropertyId: An integer that uniquely identifies the property of an entity associated with this tagging rule condition. This field serves as a foreign key reference, linking to the specific attributes of entities that are relevant for applying the tagging logic defined in this rule.

string
required
length between 1 and 32

The OperatorId field in the TaggingRuleCondition table represents a unique identifier for the specific operator associated with the tagging rule condition. This integer field is used to determine the type of operation applied in the tagging logic, facilitating the evaluation of conditions based on predefined operator types.

string | null

The Expression field in the TaggingRuleCondition table is of data type nvarchar. It is designed to store flexible character strings that can accommodate Unicode characters, allowing for the representation of text in multiple languages and special symbols. This field can hold dynamic expressions or conditions used in tagging rules, enabling complex logic to be defined as part of the tagging process. The length of the data stored in this field can vary, accommodating a wide range of expression lengths while ensuring efficient text handling and retrieval.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!