<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>List Webhook REST Endpoint</title><link>https://community.telligent.com/community/13/w/api-documentation/75631/list-webhook-rest-endpoint</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>List Webhook REST Endpoint</title><link>https://community.telligent.com/community/13/w/api-documentation/75631/list-webhook-rest-endpoint</link><pubDate>Fri, 08 Mar 2024 17:49:58 GMT</pubDate><guid isPermaLink="false">c4392abf-0a98-4f85-85eb-204782d5e96d</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75631/list-webhook-rest-endpoint#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:49:58&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;div class="documentation"&gt;&lt;div class="documentation-url"&gt;&lt;h2&gt;GET api.ashx/v2/webhooks.{json|xml}&lt;/h2&gt;&lt;div class="documentation-section requests"&gt;&lt;h3&gt;Example Requests&lt;/h3&gt;&lt;h4&gt;Widget Javascript&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;
jQuery.telligent.evolution.get({
	url: jQuery.telligent.evolution.site.getBaseUrl() + &amp;#39;api.ashx/v2/webhooks.json&amp;#39;
}).then(function(response) {
	// use response
});&lt;/pre&gt;&lt;/div&gt;&lt;div class="documentation-section returns"&gt;&lt;h3&gt;Example Responses&lt;/h3&gt;&lt;h4&gt;JSON&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;{
  &amp;quot;PageSize&amp;quot;: 2,
  &amp;quot;PageIndex&amp;quot;: 0,
  &amp;quot;TotalCount&amp;quot;: 2,
  &amp;quot;Webhooks&amp;quot;: [
    {
      &amp;quot;Url&amp;quot;: &amp;quot;url&amp;quot;,
      &amp;quot;Id&amp;quot;: 6,
      &amp;quot;IsEnabled&amp;quot;: true,
      &amp;quot;Events&amp;quot;: [
        {
          &amp;quot;Name&amp;quot;: &amp;quot;name&amp;quot;,
          &amp;quot;Description&amp;quot;: &amp;quot;description&amp;quot;,
          &amp;quot;Id&amp;quot;: &amp;quot;49fec544-6df7-4a82-872b-f8be586d5e9e&amp;quot;,
          &amp;quot;MessageType&amp;quot;: &amp;quot;messagetype&amp;quot;
        },
        {
          &amp;quot;Name&amp;quot;: &amp;quot;name&amp;quot;,
          &amp;quot;Description&amp;quot;: &amp;quot;description&amp;quot;,
          &amp;quot;Id&amp;quot;: &amp;quot;9f5a6721-639d-4e1d-ab6a-ce63b7750f46&amp;quot;,
          &amp;quot;MessageType&amp;quot;: &amp;quot;messagetype&amp;quot;
        }
      ]
    },
    {
      &amp;quot;Url&amp;quot;: &amp;quot;url&amp;quot;,
      &amp;quot;Id&amp;quot;: 25,
      &amp;quot;IsEnabled&amp;quot;: true,
      &amp;quot;Events&amp;quot;: [
        {
          &amp;quot;Name&amp;quot;: &amp;quot;name&amp;quot;,
          &amp;quot;Description&amp;quot;: &amp;quot;description&amp;quot;,
          &amp;quot;Id&amp;quot;: &amp;quot;fe65240b-044c-4292-9946-f10e0361ecff&amp;quot;,
          &amp;quot;MessageType&amp;quot;: &amp;quot;messagetype&amp;quot;
        },
        {
          &amp;quot;Name&amp;quot;: &amp;quot;name&amp;quot;,
          &amp;quot;Description&amp;quot;: &amp;quot;description&amp;quot;,
          &amp;quot;Id&amp;quot;: &amp;quot;2d525bad-c4df-470d-a193-a1c6d66e5c3e&amp;quot;,
          &amp;quot;MessageType&amp;quot;: &amp;quot;messagetype&amp;quot;
        }
      ]
    }
  ],
  &amp;quot;Errors&amp;quot;: [
    &amp;quot;string&amp;quot;,
    &amp;quot;string&amp;quot;
  ]
}&lt;/pre&gt;&lt;/div&gt;&lt;h4&gt;XML&lt;/h4&gt;&lt;pre class="brush: xml"&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;gt;
&amp;lt;Response&amp;gt;
  &amp;lt;Webhooks PageSize=&amp;quot;2&amp;quot; PageIndex=&amp;quot;0&amp;quot; TotalCount=&amp;quot;2&amp;quot;&amp;gt;
    &amp;lt;RestWebhook&amp;gt;
      &amp;lt;Url&amp;gt;url&amp;lt;/Url&amp;gt;
      &amp;lt;Id&amp;gt;6&amp;lt;/Id&amp;gt;
      &amp;lt;IsEnabled&amp;gt;true&amp;lt;/IsEnabled&amp;gt;
      &amp;lt;Events PageSize=&amp;quot;2&amp;quot; PageIndex=&amp;quot;0&amp;quot; TotalCount=&amp;quot;2&amp;quot;&amp;gt;
        &amp;lt;RestWebhookEvent&amp;gt;
          &amp;lt;Name&amp;gt;name&amp;lt;/Name&amp;gt;
          &amp;lt;Description&amp;gt;description&amp;lt;/Description&amp;gt;
          &amp;lt;Id&amp;gt;49fec544-6df7-4a82-872b-f8be586d5e9e&amp;lt;/Id&amp;gt;
          &amp;lt;MessageType&amp;gt;messagetype&amp;lt;/MessageType&amp;gt;
        &amp;lt;/RestWebhookEvent&amp;gt;
        &amp;lt;RestWebhookEvent&amp;gt;
          &amp;lt;Name&amp;gt;name&amp;lt;/Name&amp;gt;
          &amp;lt;Description&amp;gt;description&amp;lt;/Description&amp;gt;
          &amp;lt;Id&amp;gt;9f5a6721-639d-4e1d-ab6a-ce63b7750f46&amp;lt;/Id&amp;gt;
          &amp;lt;MessageType&amp;gt;messagetype&amp;lt;/MessageType&amp;gt;
        &amp;lt;/RestWebhookEvent&amp;gt;
      &amp;lt;/Events&amp;gt;
    &amp;lt;/RestWebhook&amp;gt;
    &amp;lt;RestWebhook&amp;gt;
      &amp;lt;Url&amp;gt;url&amp;lt;/Url&amp;gt;
      &amp;lt;Id&amp;gt;25&amp;lt;/Id&amp;gt;
      &amp;lt;IsEnabled&amp;gt;true&amp;lt;/IsEnabled&amp;gt;
      &amp;lt;Events PageSize=&amp;quot;2&amp;quot; PageIndex=&amp;quot;0&amp;quot; TotalCount=&amp;quot;2&amp;quot;&amp;gt;
        &amp;lt;RestWebhookEvent&amp;gt;
          &amp;lt;Name&amp;gt;name&amp;lt;/Name&amp;gt;
          &amp;lt;Description&amp;gt;description&amp;lt;/Description&amp;gt;
          &amp;lt;Id&amp;gt;fe65240b-044c-4292-9946-f10e0361ecff&amp;lt;/Id&amp;gt;
          &amp;lt;MessageType&amp;gt;messagetype&amp;lt;/MessageType&amp;gt;
        &amp;lt;/RestWebhookEvent&amp;gt;
        &amp;lt;RestWebhookEvent&amp;gt;
          &amp;lt;Name&amp;gt;name&amp;lt;/Name&amp;gt;
          &amp;lt;Description&amp;gt;description&amp;lt;/Description&amp;gt;
          &amp;lt;Id&amp;gt;2d525bad-c4df-470d-a193-a1c6d66e5c3e&amp;lt;/Id&amp;gt;
          &amp;lt;MessageType&amp;gt;messagetype&amp;lt;/MessageType&amp;gt;
        &amp;lt;/RestWebhookEvent&amp;gt;
      &amp;lt;/Events&amp;gt;
    &amp;lt;/RestWebhook&amp;gt;
  &amp;lt;/Webhooks&amp;gt;
  &amp;lt;Errors&amp;gt;
    &amp;lt;Message&amp;gt;string&amp;lt;/Message&amp;gt;
    &amp;lt;Message&amp;gt;string&amp;lt;/Message&amp;gt;
  &amp;lt;/Errors&amp;gt;
&amp;lt;/Response&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>