The Flag object
The Flag object describes flags within your application. A new Flag is created in the Schematic application or via the API.
A Flag can target Users and Companies via rules. Rules can be based on objects, traits, or events.
Attributes
Unique id generated by Schematic for the object.
The flag’s unique key, which can be used to reference the flag.
The flag’s name, which is displayable to Schematic users.
The flag’s description, which is displayable to Schematic users.
The flag’s type, which is currently limited to boolean.
The flag’s default value, which is served if no rules match.
Datetime when the flag was created. Format is ISO 8601.
Datetime when the flag was updated. Format is ISO 8601.
Unique id of the feature the flag is associated with, if any.
Set of features that the flag is associated with. Flags may only be associated with one feature.
Result of the latest flag evaluation.
Set of rules associated with the flag.