<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Extended Attributes in REST</title><link>https://community.telligent.com/community/11/w/developer-training/67497/extended-attributes-in-rest</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>Extended Attributes in REST</title><link>https://community.telligent.com/community/11/w/developer-training/67497/extended-attributes-in-rest</link><pubDate>Fri, 21 Aug 2020 16:10:13 GMT</pubDate><guid isPermaLink="false">17c33799-cc68-460c-a623-8ca14e8fe483</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/67497/extended-attributes-in-rest#comments</comments><description>Current Revision posted to Developer Training by Former Member on 08/21/2020 16:10:13&lt;br /&gt;
&lt;p&gt;Extended Attributes can be set and retrieved in REST as in any other of Verint Community&amp;#39;s API spaces.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;General Notes on Extended Attributes&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Extended Attributes should not be used to store sensitive or personally identifiable information. These fields are stored and returned in plain text in Get and List calls for any Content Type that supports them. There should be no expectation of security or encryption for any information stored in Extended Attributes.&lt;/p&gt;
&lt;p&gt;Extended Attributes are extensible, meaning they are perfectly upgrade safe in terms of storage/retrieval syntax. There are&amp;nbsp;no plans to deprecate or obsolete them. However, it is strongly recommended that any robust custom functionality implementation (e.g., anything that requires filtering or searching) should consider using a custom data store and access methods instead of relying on Extended Attributes.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Using Extended Attributes in REST&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When building your REST request, you can include as many Extended Attributes as you desire in the form with the following syntax:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;_ExtendedAttributes_&amp;lt;FieldName&amp;gt;=&amp;quot;&amp;lt;FieldValue&amp;gt;&amp;quot;&lt;/pre&gt;
&lt;p&gt;Note the following related bahaviors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Providing a&amp;nbsp;&lt;span&gt;&lt;code&gt;&amp;lt;FieldName&amp;gt;&lt;/code&gt; that does not exist will create a new&amp;nbsp;&lt;/span&gt;Extended Attribute with the given &lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Setting&amp;nbsp;&lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt; to an empty string (&amp;quot;&amp;quot;) for an existing&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;FieldName&amp;gt;&lt;/span&gt;&lt;/code&gt; will delete the matching Extended Attribute.&lt;/li&gt;
&lt;li&gt;Providing a different&amp;nbsp;&lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for an existing&amp;nbsp;&lt;code&gt;&amp;lt;FieldName&amp;gt;&lt;/code&gt;&amp;nbsp;will overwrite the existing Extended Attribute.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: extended attributes, REST&lt;/div&gt;
</description></item><item><title>Extended Attributes in REST</title><link>https://community.telligent.com/community/11/w/developer-training/67497/extended-attributes-in-rest/revision/3</link><pubDate>Wed, 05 Aug 2020 21:47:44 GMT</pubDate><guid isPermaLink="false">17c33799-cc68-460c-a623-8ca14e8fe483</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/67497/extended-attributes-in-rest#comments</comments><description>Revision 3 posted to Developer Training by Former Member on 08/05/2020 21:47:44&lt;br /&gt;
&lt;p&gt;Extended Attributes can be set and retrieved in REST as in any other of Verint Community&amp;#39;s API spaces.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;General Notes on Extended Attributes&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Extended Attributes should not be used to store sensitive or personally identifiable information. These fields are stored and returned in plain text in Get and List calls for any Content Type that supports them. There should be no expectation of security or encryption for any information stored in Extended Attributes.&lt;/p&gt;
&lt;p&gt;Extended Attributes are extensible, meaning they are perfectly upgrade safe in terms of storage/retrieval syntax. There are&amp;nbsp;no plans to deprecate or obsolete them. However, it is strongly recommended that any robust custom functionality implementation (e.g., anything that requires filtering or searching) should consider using a custom data store and access methods instead of relying on Extended Attributes.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Using Extended Attributes in REST&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When building your REST request, you can include as many Extended Attributes as you desire in the form with the following syntax:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;__ExtendedAttributes_&amp;lt;FieldName&amp;gt;=&amp;quot;&amp;lt;FieldValue&amp;gt;&amp;quot;&lt;/pre&gt;
&lt;p&gt;Make sure you begin the field name with two underscores as shown. Also note the following related bahaviors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Providing a&amp;nbsp;&lt;span&gt;&lt;code&gt;&amp;lt;FieldName&amp;gt;&lt;/code&gt; that does not exist will create a new&amp;nbsp;&lt;/span&gt;Extended Attribute with the given &lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Setting&amp;nbsp;&lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt; to an empty string (&amp;quot;&amp;quot;) for an existing&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;FieldName&amp;gt;&lt;/span&gt;&lt;/code&gt; will delete the matching Extended Attribute.&lt;/li&gt;
&lt;li&gt;Providing a different&amp;nbsp;&lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for an existing&amp;nbsp;&lt;code&gt;&amp;lt;FieldName&amp;gt;&lt;/code&gt;&amp;nbsp;will overwrite the existing Extended Attribute.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: extended attributes, REST&lt;/div&gt;
</description></item><item><title>Extended Attributes in REST</title><link>https://community.telligent.com/community/11/w/developer-training/67497/extended-attributes-in-rest/revision/2</link><pubDate>Wed, 05 Aug 2020 21:29:35 GMT</pubDate><guid isPermaLink="false">17c33799-cc68-460c-a623-8ca14e8fe483</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/67497/extended-attributes-in-rest#comments</comments><description>Revision 2 posted to Developer Training by Former Member on 08/05/2020 21:29:35&lt;br /&gt;
&lt;p&gt;Extended Attributes can be set and retrieved in REST as in any other of Verint Community&amp;#39;s API spaces.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;General Notes on Extended Attributes&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Extended Attributes should not be used to store sensitive or personally identifiable information. These fields are stored and returned in plain text in Get and List calls for any Content Type that supports them. There should be no expectation of security or encryption for any information stored in Extended Attributes.&lt;/p&gt;
&lt;p&gt;Extended Attributes are extensible, meaning they are perfectly upgrade safe in terms of storage/retrieval syntax. There are&amp;nbsp;no plans to deprecate or obsolete them. However, it is strongly recommended that any robust custom functionality implementation (e.g., anything that requires filtering or searching) should consider using a custom data store and access methods instead of relying on Extended Attributes.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Using Extended Attributes in REST&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When building your REST request, you can include as many Extended Attributes as you desire in the form with the following syntax:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;__ExtendedAttributes_&amp;lt;FieldName&amp;gt;=&amp;quot;&amp;lt;FieldValue&amp;gt;&amp;quot;&lt;/pre&gt;
&lt;p&gt;Make sure you begin the field name with two underscores as shown. Also note the following related bahaviors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Providing a&amp;nbsp;&lt;span&gt;&lt;code&gt;&amp;lt;FieldName&amp;gt;&lt;/code&gt; that does not exist will create a new&amp;nbsp;&lt;/span&gt;Extended Attribute with the given &lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Setting&amp;nbsp;&lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt; to an empty string (&amp;quot;&amp;quot;) for an existing&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;FieldName&amp;gt;&lt;/span&gt;&lt;/code&gt; will delete the matching Extended Attribute.&lt;/li&gt;
&lt;li&gt;Providing a different&amp;nbsp;&lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for an existing&amp;nbsp;&lt;code&gt;&amp;lt;FieldName&amp;gt;&lt;/code&gt;&amp;nbsp;will overwrite the existing Extended Attribute.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: extended attributes, REST&lt;/div&gt;
</description></item><item><title>Extended Attributes in REST</title><link>https://community.telligent.com/community/11/w/developer-training/67497/extended-attributes-in-rest/revision/1</link><pubDate>Wed, 05 Aug 2020 21:07:48 GMT</pubDate><guid isPermaLink="false">17c33799-cc68-460c-a623-8ca14e8fe483</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/67497/extended-attributes-in-rest#comments</comments><description>Revision 1 posted to Developer Training by Former Member on 08/05/2020 21:07:48&lt;br /&gt;
&lt;p&gt;Extended Attributes can be set and retrieved in REST as in any other of Verint Community&amp;#39;s API spaces.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;General Notes on Extended Attributes&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Extended Attributes should not be used to store sensitive or personally identifiable information. These fields are stored and returned in plain text in Get and List calls for any Content Type that supports them. There should be no expectation of security or encryption for any information stored in Extended Attributes.&lt;/p&gt;
&lt;p&gt;Extended Attributes are extensible, meaning they are perfectly upgrade safe in terms of storage/retrieval syntax. There are&amp;nbsp;no plans to deprecate or obsolete them. However, it is strongly recommended that any robust custom functionality implementation (e.g., anything that requires filtering or searching) should consider using a custom data store and access methods instead of relying on Extended Attributes.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Using Extended Attributes in REST&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When building your REST request, you can include as many Extended Attributes as you desire in the form with the following syntax:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;__ExtendedAttributes_&amp;lt;FieldName&amp;gt;=&amp;quot;&amp;lt;FieldValue&amp;gt;&amp;quot;&lt;/pre&gt;
&lt;p&gt;Make sure you begin the field name with two underscores as shown. Also note the following related bahaviors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Providing a&amp;nbsp;&lt;span&gt;&lt;code&gt;&amp;lt;FieldName&amp;gt;&lt;/code&gt; that does not exist will create a new&amp;nbsp;&lt;/span&gt;Extended Attribute with the given &lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Setting&amp;nbsp;&lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt; to an empty string (&amp;quot;&amp;quot;) for an existing&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;FieldName&amp;gt;&lt;/span&gt;&lt;/code&gt; will delete the matching Extended Attribute.&lt;/li&gt;
&lt;li&gt;Providing a different&amp;nbsp;&lt;code&gt;&amp;lt;FieldValue&amp;gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for an existing&amp;nbsp;&lt;code&gt;&amp;lt;FieldName&amp;gt;&lt;/code&gt;&amp;nbsp;will overwrite the existing Extended Attribute.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: extended attributes&lt;/div&gt;
</description></item></channel></rss>