<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>API Documentation</title><link>https://community.telligent.com/community/12/w/api-documentation</link><description>Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>API Documentation</title><link>https://community.telligent.com/community/12/w/api-documentation</link><pubDate>Mon, 10 Feb 2025 20:44:41 GMT</pubDate><guid isPermaLink="false">e4abb7f7-2523-40f0-95cf-2b6d6e3c0f8e</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/67636/DefaultWikiPage#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 02/10/2025 20:44:41&lt;br /&gt;
&lt;p&gt;This section&amp;nbsp;documents all of the platform APIs for Telligent Community.&lt;/p&gt;
&lt;p&gt;The Telligent Community&amp;nbsp;Platform APIs consist of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;&lt;a href="/community/12/w/api-documentation/69888/in-process-api-documentation"&gt;In-Process API Documentation&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;a href="/community/12/w/api-documentation/68128/plugin-api-documentation"&gt;Plugin API Documentation&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;a href="/community/12/w/api-documentation/71031/rest-api-documentation"&gt;REST API Documentation&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;a href="/community/12/w/api-documentation/68493/widget-theme-and-automation-apis"&gt;Widget, Theme, and Automation APIs&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These versioned APIs allow developers to customize and innovate on the platform while not having to worry about breaking changes when new versions of the platform are released.&lt;/p&gt;
&lt;p&gt;The Platform API is exposed to extensions via a REST API, Scripting (Widget, Theme, Email, Automation, and Embeddables) API, Plugin API, and an in-Process API.&amp;nbsp;The Platform API (and only the Platform API) is guaranteed to work through upgrades and be documented through release notes.&amp;nbsp;Only the Platform API is supported for customization and subject to versioning, obsolescence policies, and upgrade safety.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How do you ensure that you&amp;#39;re using the Platform API? Follow these guidelines:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If you&amp;#39;re creating a Studio Widget, Theme, Email, Automation, or Embeddable, you only have access to the Platform API. There is nothing additional that you need to verify.&lt;/li&gt;
&lt;li&gt;If you&amp;#39;re using the REST API, you only have access to the Platform API. There is nothing additional that you need to verify.&lt;/li&gt;
&lt;li&gt;If you&amp;#39;re writing .net code that runs within the Verint Community platform, ensure that you&amp;#39;re only interacting with &lt;span&gt;&lt;code&gt;Telligent.Evolution.*&lt;/code&gt;&amp;nbsp;&lt;/span&gt;assemblies via classes, enumerations, and interfaces that exist within the &lt;code&gt;&lt;span&gt;Telligent.Evolution.Extensibility.*&lt;/span&gt;&lt;/code&gt; namespace. The Platform API and plugin types exist solely in this namespace. Only this namespace is guaranteed to work through upgrades.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Note that database resources created by the Verint Community platform are not considered part of the supported API and are subject to change without notice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>API Documentation</title><link>https://community.telligent.com/community/12/w/api-documentation/67636/DefaultWikiPage/revision/3</link><pubDate>Mon, 10 Feb 2025 20:42:51 GMT</pubDate><guid isPermaLink="false">e4abb7f7-2523-40f0-95cf-2b6d6e3c0f8e</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/67636/DefaultWikiPage#comments</comments><description>Revision 3 posted to API Documentation by Ben Tiedt on 02/10/2025 20:42:51&lt;br /&gt;
&lt;p&gt;This section&amp;nbsp;documents all of the platform APIs for Telligent Community.&lt;/p&gt;
&lt;p&gt;The Telligent Community&amp;nbsp;Platform APIs consist of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;&lt;a href="/community/12/w/api-documentation/69888/in-process-api-documentation"&gt;In-Process API Documentation&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;a href="/community/12/w/api-documentation/68128/plugin-api-documentation"&gt;Plugin API Documentation&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;a href="/community/12/w/api-documentation/71031/rest-api-documentation"&gt;REST API Documentation&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;a href="/community/12/w/api-documentation/68493/widget-theme-and-automation-apis"&gt;Widget, Theme, and Automation APIs&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These versioned APIs allow developers to customize and innovate on the platform while not having to worry about breaking changes when new versions of the platform are released.&lt;/p&gt;
&lt;p&gt;The Platform API is exposed to extensions via a REST API, Scripting (Widget, Theme, Email, Automation, and Embeddables) API, Plugin API, and an in-Process API.&amp;nbsp;The Platform API (and only the Platform API) is guaranteed to work through upgrades and be documented through release notes.&amp;nbsp;Only the Platform API is supported for customization and subject to versioning, obsolescence policies, and upgrade safety.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How do you ensure that you&amp;#39;re using the Platform API? Follow these guidelines:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If you&amp;#39;re creating a Studio Widget, Theme, Email, Automation, or Embeddable, you only have access to the Platform API. There is nothing additional that you need to verify.&lt;/li&gt;
&lt;li&gt;If you&amp;#39;re using the REST API, you only have access to the Platform API. There is nothing additional that you need to verify.&lt;/li&gt;
&lt;li&gt;If you&amp;#39;re writing .net code that runs within the Verint Community platform, ensure that you&amp;#39;re only interacting with &lt;span&gt;&lt;code&gt;Telligent.Evolution.*&lt;/code&gt;&amp;nbsp;&lt;/span&gt;assemblies via classes, enumerations, and interfaces that exist within the &lt;code&gt;&lt;span&gt;Telligent.Evolution.Extensibility.*&lt;/span&gt;&lt;/code&gt; namespace. The Platform API and plugin types exist solely in this namespace. Only this namespace is guaranteed to work through upgrades.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>API Documentation</title><link>https://community.telligent.com/community/12/w/api-documentation/67636/DefaultWikiPage/revision/2</link><pubDate>Tue, 01 Mar 2022 18:25:53 GMT</pubDate><guid isPermaLink="false">e4abb7f7-2523-40f0-95cf-2b6d6e3c0f8e</guid><dc:creator>Tom Paolucci</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/67636/DefaultWikiPage#comments</comments><description>Revision 2 posted to API Documentation by Tom Paolucci on 03/01/2022 18:25:53&lt;br /&gt;
&lt;p&gt;This section&amp;nbsp;documents all of the platform APIs for Telligent Community.&lt;/p&gt;
&lt;p&gt;The Telligent Community&amp;nbsp;Platform APIs consist of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/community/12/w/api-documentation/69888/in-process-api-documentation"&gt;In-Process API Documentation&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="/community/12/w/api-documentation/68128/plugin-api-documentation"&gt;Plugin API Documentation&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="/community/12/w/api-documentation/71031/rest-api-documentation"&gt;REST API Documentation&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="/community/12/w/api-documentation/68493/widget-theme-and-automation-apis"&gt;Widget, Theme, and Automation APIs&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These versioned APIs allow developers to customize and innovate on the platform while not having to worry about breaking changes when new versions of the platform are released.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>API Documentation</title><link>https://community.telligent.com/community/12/w/api-documentation/67636/DefaultWikiPage/revision/1</link><pubDate>Tue, 12 Jan 2021 16:12:34 GMT</pubDate><guid isPermaLink="false">e4abb7f7-2523-40f0-95cf-2b6d6e3c0f8e</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/67636/DefaultWikiPage#comments</comments><description>Revision 1 posted to API Documentation by Ben Tiedt on 01/12/2021 16:12:34&lt;br /&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>