<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>REST API</title><link>https://community.telligent.com/community/11/w/developer-training/63120/rest-api</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>REST API</title><link>https://community.telligent.com/community/11/w/developer-training/63120/rest-api</link><pubDate>Wed, 05 Aug 2020 21:46:31 GMT</pubDate><guid isPermaLink="false">8a2a6c85-7f6d-4d99-8980-62af65f0a1fe</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/63120/rest-api#comments</comments><description>Current Revision posted to Developer Training by Former Member on 08/05/2020 21:46:31&lt;br /&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/REST" rel="noopener noreferrer" target="_blank"&gt;REST API&lt;/a&gt;&amp;nbsp;is is the primary method to interact with community information from an external application. &amp;nbsp;Using REST does not require anything to be deployed to the community site since it interacts with community using HTTP requests.&lt;/p&gt;
&lt;p&gt;Combining calls to the REST API with [[Webhooks]] third party applications&amp;nbsp;can tightly integrate with&amp;nbsp;Verint Community inside their own applications user experience.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="AuthenticationREST_Authentication_Methods" name="AuthenticationREST_Authentication_Methods"&gt;&lt;/a&gt;[[Authentication|REST Authentication Methods]]&lt;/h2&gt;
&lt;p&gt;Even though REST allows you to interact with community information outside of the community application itself the information is still secured. &amp;nbsp;REST has 2 different methods your application can use to authenticate and identify a user to obtain information securely.&lt;/p&gt;
&lt;h2&gt;&lt;a id="Making_RequestsMaking_REST_Requests" name="Making_RequestsMaking_REST_Requests"&gt;&lt;/a&gt;[[Making Requests|Making REST Requests]]&lt;/h2&gt;
&lt;p&gt;Getting information from your community requires that you make specific requests to the REST API with key pieces of information. &amp;nbsp;This topic covers how to generate these requests and to handle the data passed back to your application from the community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_SDK" name="REST_SDK"&gt;&lt;/a&gt;[[REST SDK]]&lt;/h2&gt;
&lt;p&gt;REST by nature is technology independent meaning that if you can make HTTP requests from your application you can interact with REST regardless of how your application&amp;nbsp;was written. &amp;nbsp;For .NET users the REST SDK provides a simplified way of interacting with REST by combining the request and authentication process together in an easy to use tool.&lt;/p&gt;
&lt;h2 id="standard_date_format"&gt;&lt;a id="api-documentation_REST_API_DocumentationREST_API_Documentation" name="api-documentation_REST_API_DocumentationREST_API_Documentation"&gt;&lt;/a&gt;[[api-documentation:REST API Documentation|REST API Documentation]]&lt;/h2&gt;
&lt;p&gt;The REST API Documentation provides a detailed reference for all the REST endpoints supported by Verint Community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_Best_Practices_for_PerformanceREST_Best_Practices" name="REST_Best_Practices_for_PerformanceREST_Best_Practices"&gt;&lt;/a&gt;[[REST Best Practices for Performance|REST Best Practices]]&lt;/h2&gt;
&lt;p&gt;When creating a performant integration using REST, it&amp;#39;s best to follow these recommendations.&lt;/p&gt;
&lt;h2&gt;&lt;a id="Other_Topics" name="Other_Topics"&gt;&lt;/a&gt;Other Topics&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size:150%;"&gt;[[Extended Attributes in REST]]&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;Some guidance on working with Extended Attributes in REST.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size:150%;"&gt;[[Profile Fields in REST]]&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;Some guidance on working with Profile Fields in REST.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: API, REST&lt;/div&gt;
</description></item><item><title>REST API</title><link>https://community.telligent.com/community/11/w/developer-training/63120/rest-api/revision/5</link><pubDate>Wed, 05 Aug 2020 20:25:57 GMT</pubDate><guid isPermaLink="false">8a2a6c85-7f6d-4d99-8980-62af65f0a1fe</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/63120/rest-api#comments</comments><description>Revision 5 posted to Developer Training by Former Member on 08/05/2020 20:25:57&lt;br /&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/REST" rel="noopener noreferrer" target="_blank"&gt;REST API&lt;/a&gt;&amp;nbsp;is is the primary method to interact with community information from an external application. &amp;nbsp;Using REST does not require anything to be deployed to the community site since it interacts with community using HTTP requests.&lt;/p&gt;
&lt;p&gt;Combining calls to the REST API with [[Webhooks]] third party applications&amp;nbsp;can tightly integrate with&amp;nbsp;Verint Community inside their own applications user experience.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="AuthenticationREST_Authentication_Methods" name="AuthenticationREST_Authentication_Methods"&gt;&lt;/a&gt;[[Authentication|REST Authentication Methods]]&lt;/h2&gt;
&lt;p&gt;Even though REST allows you to interact with community information outside of the community application itself the information is still secured. &amp;nbsp;REST has 2 different methods your application can use to authenticate and identify a user to obtain information securely.&lt;/p&gt;
&lt;h2&gt;&lt;a id="Making_RequestsMaking_REST_Requests" name="Making_RequestsMaking_REST_Requests"&gt;&lt;/a&gt;[[Making Requests|Making REST Requests]]&lt;/h2&gt;
&lt;p&gt;Getting information from your community requires that you make specific requests to the REST API with key pieces of information. &amp;nbsp;This topic covers how to generate these requests and to handle the data passed back to your application from the community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_SDK" name="REST_SDK"&gt;&lt;/a&gt;[[REST SDK]]&lt;/h2&gt;
&lt;p&gt;REST by nature is technology independent meaning that if you can make HTTP requests from your application you can interact with REST regardless of how your application&amp;nbsp;was written. &amp;nbsp;For .NET users the REST SDK provides a simplified way of interacting with REST by combining the request and authentication process together in an easy to use tool.&lt;/p&gt;
&lt;h2 id="standard_date_format"&gt;&lt;a id="api-documentation_REST_API_DocumentationREST_API_Documentation" name="api-documentation_REST_API_DocumentationREST_API_Documentation"&gt;&lt;/a&gt;[[api-documentation:REST API Documentation|REST API Documentation]]&lt;/h2&gt;
&lt;p&gt;The REST API Documentation provides a detailed reference for all the REST endpoints supported by Verint Community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_Best_Practices_for_PerformanceREST_Best_Practices" name="REST_Best_Practices_for_PerformanceREST_Best_Practices"&gt;&lt;/a&gt;[[REST Best Practices for Performance|REST Best Practices]]&lt;/h2&gt;
&lt;p&gt;When creating a performant integration using REST, it&amp;#39;s best to follow these recommendations.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_Best_Practices_for_PerformanceREST_Best_Practices" name="REST_Best_Practices_for_PerformanceREST_Best_Practices"&gt;&lt;/a&gt;[[Extended Attributes in REST]]&lt;/h2&gt;
&lt;p&gt;Some guidance on working with Extended Attributes in REST.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: API, REST&lt;/div&gt;
</description></item><item><title>REST API</title><link>https://community.telligent.com/community/11/w/developer-training/63120/rest-api/revision/4</link><pubDate>Tue, 04 Aug 2020 18:16:32 GMT</pubDate><guid isPermaLink="false">8a2a6c85-7f6d-4d99-8980-62af65f0a1fe</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/63120/rest-api#comments</comments><description>Revision 4 posted to Developer Training by Former Member on 08/04/2020 18:16:32&lt;br /&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/REST" rel="noopener noreferrer" target="_blank"&gt;REST API&lt;/a&gt;&amp;nbsp;is is the primary method to interact with community information from an external application. &amp;nbsp;Using REST does not require anything to be deployed to the community site since it interacts with community using HTTP requests.&lt;/p&gt;
&lt;p&gt;Combining calls to the REST API with [[Webhooks]] third party applications&amp;nbsp;can tightly integrate with&amp;nbsp;Verint Community inside their own applications user experience.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="AuthenticationREST_Authentication_Methods" name="AuthenticationREST_Authentication_Methods"&gt;&lt;/a&gt;[[Authentication|REST Authentication Methods]]&lt;/h2&gt;
&lt;p&gt;Even though REST allows you to interact with community information outside of the community application itself the information is still secured. &amp;nbsp;REST has 2 different methods your application can use to authenticate and identify a user to obtain information securely.&lt;/p&gt;
&lt;h2&gt;&lt;a id="Making_RequestsMaking_REST_Requests" name="Making_RequestsMaking_REST_Requests"&gt;&lt;/a&gt;[[Making Requests|Making REST Requests]]&lt;/h2&gt;
&lt;p&gt;Getting information from your community requires that you make specific requests to the REST API with key pieces of information. &amp;nbsp;This topic covers how to generate these requests and to handle the data passed back to your application from the community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_SDK" name="REST_SDK"&gt;&lt;/a&gt;[[REST SDK]]&lt;/h2&gt;
&lt;p&gt;REST by nature is technology independent meaning that if you can make HTTP requests from your application you can interact with REST regardless of how your application&amp;nbsp;was written. &amp;nbsp;For .NET users the REST SDK provides a simplified way of interacting with REST by combining the request and authentication process together in an easy to use tool.&lt;/p&gt;
&lt;h2 id="standard_date_format"&gt;&lt;a id="api-documentation_REST_API_DocumentationREST_API_Documentation" name="api-documentation_REST_API_DocumentationREST_API_Documentation"&gt;&lt;/a&gt;[[api-documentation:REST API Documentation|REST API Documentation]]&lt;/h2&gt;
&lt;p&gt;The REST API Documentation provides a detailed reference for all the REST endpoints supported by Verint Community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_Best_Practices_for_PerformanceREST_Best_Practices" name="REST_Best_Practices_for_PerformanceREST_Best_Practices"&gt;&lt;/a&gt;[[REST Best Practices for Performance|REST Best Practices]]&lt;/h2&gt;
&lt;p&gt;When creating a performant integration using REST, it&amp;#39;s best to follow these recommendations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: API, REST&lt;/div&gt;
</description></item><item><title>REST API</title><link>https://community.telligent.com/community/11/w/developer-training/63120/rest-api/revision/3</link><pubDate>Tue, 04 Aug 2020 18:04:04 GMT</pubDate><guid isPermaLink="false">8a2a6c85-7f6d-4d99-8980-62af65f0a1fe</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/63120/rest-api#comments</comments><description>Revision 3 posted to Developer Training by Former Member on 08/04/2020 18:04:04&lt;br /&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/REST" rel="noopener noreferrer" target="_blank"&gt;REST API&lt;/a&gt;&amp;nbsp;is is the primary method to interact with community information from an external application. &amp;nbsp;Using REST does not require anything to be deployed to the community site since it interacts with community using HTTP requests.&lt;/p&gt;
&lt;p&gt;Combining calls to the REST API with [[Webhooks]] third party applications&amp;nbsp;can tightly integrate with&amp;nbsp;Verint Community inside their own applications user experience.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png"&gt;&lt;img alt=" " src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="AuthenticationREST_Authentication_Methods" name="AuthenticationREST_Authentication_Methods"&gt;&lt;/a&gt;[[Authentication|REST Authentication Methods]]&lt;/h2&gt;
&lt;p&gt;Even though REST allows you to interact with community information outside of the community application itself the information is still secured. &amp;nbsp;REST has 2 different methods your application can use to authenticate and identify a user to obtain information securely.&lt;/p&gt;
&lt;h2&gt;&lt;a id="Making_RequestsMaking_REST_Requests" name="Making_RequestsMaking_REST_Requests"&gt;&lt;/a&gt;[[Making Requests|Making REST Requests]]&lt;/h2&gt;
&lt;p&gt;Getting information from your community requires that you make specific requests to the REST API with key pieces of information. &amp;nbsp;This topic covers how to generate these requests and to handle the data passed back to your application from the community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_SDK" name="REST_SDK"&gt;&lt;/a&gt;[[REST SDK]]&lt;/h2&gt;
&lt;p&gt;REST by nature is technology independent meaning that if you can make HTTP requests from your application you can interact with REST regardless of how your application&amp;nbsp;was written. &amp;nbsp;For .NET users the REST SDK provides a simplified way of interacting with REST by combining the request and authentication process together in an easy to use tool.&lt;/p&gt;
&lt;h2 id="standard_date_format"&gt;&lt;a id="api-documentation_REST_API_DocumentationREST_API_Documentation" name="api-documentation_REST_API_DocumentationREST_API_Documentation"&gt;&lt;/a&gt;[[api-documentation:REST API Documentation|REST API Documentation]]&lt;/h2&gt;
&lt;p&gt;The REST API Documentation provides a detailed reference for all the REST endpoints supported by Verint Community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_Best_Practices_for_PerformanceREST_Best_Practices" name="REST_Best_Practices_for_PerformanceREST_Best_Practices"&gt;&lt;/a&gt;[[REST Best Practices for Performance|REST Best Practices]]&lt;/h2&gt;
&lt;p&gt;When creating a performant integration using REST, it&amp;#39;s best to follow these recommendations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>REST API</title><link>https://community.telligent.com/community/11/w/developer-training/63120/rest-api/revision/2</link><pubDate>Tue, 04 Jun 2019 20:37:39 GMT</pubDate><guid isPermaLink="false">8a2a6c85-7f6d-4d99-8980-62af65f0a1fe</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/63120/rest-api#comments</comments><description>Revision 2 posted to Developer Training by Ben Tiedt on 06/04/2019 20:37:39&lt;br /&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/REST" target="_blank"&gt;REST API&lt;/a&gt;&amp;nbsp;is is the primary method to interact with community information from an external application. &amp;nbsp;Using REST does not require anything to be deployed to the community site since it interacts with community using HTTP requests.&lt;/p&gt;
&lt;p&gt;Combining calls to the REST API with [[Webhooks]] third party applications&amp;nbsp;can tightly integrate with&amp;nbsp;Telligent Community inside their own applications user experience.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png"&gt;&lt;img src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/0842.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="AuthenticationREST_Authentication_Methods" name="AuthenticationREST_Authentication_Methods"&gt;&lt;/a&gt;[[Authentication|REST Authentication Methods]]&lt;/h2&gt;
&lt;p&gt;Even though REST allows you to interact with community information outside of the community application itself the information is still secured. &amp;nbsp;REST has 2 different methods your application can use to authenticate and identify a user to obtain information securely.&lt;/p&gt;
&lt;h2&gt;&lt;a id="Making_RequestsMaking_REST_Requests" name="Making_RequestsMaking_REST_Requests"&gt;&lt;/a&gt;[[Making Requests|Making REST Requests]]&lt;/h2&gt;
&lt;p&gt;Getting information from your community requires that you make specific requests to the REST API with key pieces of information. &amp;nbsp;This topic covers how to generate these requests and to handle the data passed back to your application from the community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_SDK" name="REST_SDK"&gt;&lt;/a&gt;[[REST SDK]]&lt;/h2&gt;
&lt;p&gt;REST by nature is technology independent meaning that if you can make HTTP requests from your application you can interact with REST regardless of how your application&amp;nbsp;was written. &amp;nbsp;For .NET users the REST SDK provides a simplified way of interacting with REST by combining the request and authentication process together in an easy to use tool.&lt;/p&gt;
&lt;h2 id="standard_date_format"&gt;&lt;a id="api-documentation_REST_API_DocumentationREST_API_Documentation" name="api-documentation_REST_API_DocumentationREST_API_Documentation"&gt;&lt;/a&gt;[[api-documentation:REST API Documentation|REST API Documentation]]&lt;/h2&gt;
&lt;p&gt;The REST API Documentation provides a detailed reference for all the REST endpoints supported by Telligent Community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_Best_Practices_for_PerformanceREST_Best_Practices" name="REST_Best_Practices_for_PerformanceREST_Best_Practices"&gt;&lt;/a&gt;[[REST Best Practices for Performance|REST Best Practices]]&lt;/h2&gt;
&lt;p&gt;When creating a performant integration using REST, it&amp;#39;s best to follow these recommendations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>REST API</title><link>https://community.telligent.com/community/11/w/developer-training/63120/rest-api/revision/1</link><pubDate>Tue, 04 Jun 2019 20:31:26 GMT</pubDate><guid isPermaLink="false">8a2a6c85-7f6d-4d99-8980-62af65f0a1fe</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/developer-training/63120/rest-api#comments</comments><description>Revision 1 posted to Developer Training by Ben Tiedt on 06/04/2019 20:31:26&lt;br /&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/REST" target="_blank"&gt;REST API&lt;/a&gt;&amp;nbsp;is is the primary method to interact with community information from an external application. &amp;nbsp;Using REST does not require anything to be deployed to the community site since it interacts with community using HTTP requests.&lt;/p&gt;
&lt;p&gt;Combining calls to the REST API with [[Webhooks]] third party applications&amp;nbsp;can tightly integrate with&amp;nbsp;Telligent Community inside their own applications user experience.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-12-83/0624.png"&gt;&lt;img src="/resized-image/__size/1040x0/__key/communityserver-wikis-components-files/00-00-00-12-83/0624.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a id="AuthenticationREST_Authentication_Methods" name="AuthenticationREST_Authentication_Methods"&gt;&lt;/a&gt;[[Authentication|REST Authentication Methods]]&lt;/h2&gt;
&lt;p&gt;Even though REST allows you to interact with community information outside of the community application itself the information is still secured. &amp;nbsp;REST has 2 different methods your application can use to authenticate and identify a user to obtain information securely.&lt;/p&gt;
&lt;h2&gt;&lt;a id="Making_RequestsMaking_REST_Requests" name="Making_RequestsMaking_REST_Requests"&gt;&lt;/a&gt;[[Making Requests|Making REST Requests]]&lt;/h2&gt;
&lt;p&gt;Getting information from your community requires that you make specific requests to the REST API with key pieces of information. &amp;nbsp;This topic covers how to generate these requests and to handle the data passed back to your application from the community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_SDK" name="REST_SDK"&gt;&lt;/a&gt;[[REST SDK]]&lt;/h2&gt;
&lt;p&gt;REST by nature is technology independent meaning that if you can make HTTP requests from your application you can interact with REST regardless of how your application&amp;nbsp;was written. &amp;nbsp;For .NET users the REST SDK provides a simplified way of interacting with REST by combining the request and authentication process together in an easy to use tool.&lt;/p&gt;
&lt;h2 id="standard_date_format"&gt;&lt;a id="api-documentation_REST_API_DocumentationREST_API_Documentation" name="api-documentation_REST_API_DocumentationREST_API_Documentation"&gt;&lt;/a&gt;[[api-documentation:REST API Documentation|REST API Documentation]]&lt;/h2&gt;
&lt;p&gt;The REST API Documentation provides a detailed reference for all the REST endpoints supported by Telligent Community.&lt;/p&gt;
&lt;h2&gt;&lt;a id="REST_Best_Practices_for_PerformanceREST_Best_Practices" name="REST_Best_Practices_for_PerformanceREST_Best_Practices"&gt;&lt;/a&gt;[[REST Best Practices for Performance|REST Best Practices]]&lt;/h2&gt;
&lt;p&gt;When creating a performant integration using REST, it&amp;#39;s best to follow these recommendations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>