AttributeBundle
The Filtering API requests reference an object of type AttributeBundle. The AttributeBundle has two object definitions that extend it, ContentAttribute and ContentMetaAttribute which include the two available properties. The configuration of the bundle will vary depending on the provided inputs. The following properties define this object.
AttributeBundle Properties
- languageCode : String, Language code for this attribute.
- simple : Boolean (default: false), Set to true if value stored in 255 char length.
ContentAttribute Properties
The ContentAttribute object extends the AttributeBundle with a definition of Map <String, List<AttributeBundle.ContentAttribute>>. The following properties define this object.
- name : String, Attribute name.
- value : String, Attribute value.
- valueType : String, Attribute type.
ContentMetaAttribute Properties
The ContentMetaAttribute object extends the AttributeBundle with a definition of Map <String, AttributeBundle.ContentMetaAttribute>. The following properties define this object.
- metaContentName : String, Content name.
- metaContentTitle : String, Content title. Not shown in OrchestraCMS editors.
- metaContentDescription : String, Content description.