<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>core_v2_applicationSubscription Script API</title><link>https://community.telligent.com/community/11/w/api-documentation/65739/core_5F00_v2_5F00_applicationsubscription-script-api</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>core_v2_applicationSubscription Script API</title><link>https://community.telligent.com/community/11/w/api-documentation/65739/core_5F00_v2_5F00_applicationsubscription-script-api</link><pubDate>Wed, 17 Jun 2020 22:46:44 GMT</pubDate><guid isPermaLink="false">806ed02e-44df-4ee7-93b2-72dc5ef00bf7</guid><dc:creator>Ramzi Banna</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/65739/core_5F00_v2_5F00_applicationsubscription-script-api#comments</comments><description>Current Revision posted to API Documentation by Ramzi Banna on 06/17/2020 22:46:44&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;
&lt;div class="documentation"&gt;
&lt;p&gt;Enables scripted content fragments to use application subscriptions&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#CanDeleteSubscription"&gt;CanDeleteSubscription&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#CanSubscribe"&gt;CanSubscribe&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Create"&gt;Create&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Delete"&gt;Delete&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Get"&gt;Get&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#List"&gt;List&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#SupportsSubscriptions"&gt;SupportsSubscriptions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="documentation-members methods"&gt;
&lt;h3&gt;&lt;a id="Methods" name="Methods"&gt;&lt;/a&gt;Methods&lt;/h3&gt;
&lt;a name="CanDeleteSubscription"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="CanDeleteSubscription" name="CanDeleteSubscription"&gt;&lt;/a&gt;CanDeleteSubscription&lt;/h2&gt;
&lt;h3&gt;&lt;a id="CanDeleteSubscription_Overload_1" name="CanDeleteSubscription_Overload_1"&gt;&lt;/a&gt;CanDeleteSubscription Overload 1&lt;/h3&gt;
&lt;p&gt;Returns whether the accessing user can delete a subscription to an application&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.CanDeleteSubscription($applicationId, $subscribedUserId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.CanDeleteSubscription(applicationId, subscribedUserId, { TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;subscribedUserId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;User who subscribed the application&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Categorization type&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3&gt;&lt;a id="CanDeleteSubscription_Overload_2" name="CanDeleteSubscription_Overload_2"&gt;&lt;/a&gt;CanDeleteSubscription Overload 2&lt;/h3&gt;
&lt;p&gt;Returns whether the accessing user can delete a subscription to an application&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.CanDeleteSubscription($applicationId, $subscribedUserId))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.CanDeleteSubscription(applicationId, subscribedUserId);&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;subscribedUserId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;User who subscribed the content&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/div&gt;
&lt;a name="CanSubscribe"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="CanSubscribe" name="CanSubscribe"&gt;&lt;/a&gt;CanSubscribe&lt;/h2&gt;
&lt;p&gt;Identifies if the accessing user can bookmark the specified application&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.CanSubscribe($applicationId, $applicationTypeId))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.CanSubscribe(applicationId, applicationTypeId);&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/div&gt;
&lt;a name="Create"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="Create" name="Create"&gt;&lt;/a&gt;Create&lt;/h2&gt;
&lt;p&gt;Set a subscription to an applictaion&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($applicationSubscriptionResponse = $core_v2_applicationSubscription.Create($applicationId, $applicationTypeId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var applicationSubscriptionResponse = core_v2_applicationSubscription.Create(applicationId, applicationTypeId, { TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;[[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;
&lt;a name="Delete"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="Delete" name="Delete"&gt;&lt;/a&gt;Delete&lt;/h2&gt;
&lt;p&gt;Remove a subscription to an application&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($applicationSubscriptionResponse = $core_v2_applicationSubscription.Delete($applicationId, $applicationTypeId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var applicationSubscriptionResponse = core_v2_applicationSubscription.Delete(applicationId, applicationTypeId, { TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;[[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;
&lt;a name="Get"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="Get" name="Get"&gt;&lt;/a&gt;Get&lt;/h2&gt;
&lt;p&gt;Retrieve a subscription to an application&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($applicationSubscriptionResponse = $core_v2_applicationSubscription.Get($applicationId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var applicationSubscriptionResponse = core_v2_applicationSubscription.Get(applicationId, { TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;[[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;
&lt;a name="List"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="List" name="List"&gt;&lt;/a&gt;List&lt;/h2&gt;
&lt;p&gt;List application subscriptions for the accessing user&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($pagedListResponse = $core_v2_applicationSubscription.List(&amp;quot;%{ ApplicationId = $applicationIdArg, ApplicationTypeId = $applicationTypeIdArg, ContainerId = $containerIdArg, IncludeSubContainers = $includeSubContainersArg, PageIndex = $pageIndexArg, PageSize = $pageSizeArg, TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var pagedListResponse = core_v2_applicationSubscription.List({ ApplicationId: applicationIdArg, ApplicationTypeId: applicationTypeIdArg, ContainerId: containerIdArg, IncludeSubContainers: includeSubContainersArg, PageIndex: pageIndexArg, PageSize: pageSizeArg, TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;ApplicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Filter to this application.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;ApplicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Filter to this application type.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;ContainerId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Filter to this container.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;IncludeSubContainers&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Include subcontainers of the ContainerId.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;PageIndex&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Page index for the results.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;PageSize&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Page size for the results.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;[[PagedList Script API Type|PagedList]] of [[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;
&lt;a name="SupportsSubscriptions"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="SupportsSubscriptions" name="SupportsSubscriptions"&gt;&lt;/a&gt;SupportsSubscriptions&lt;/h2&gt;
&lt;p&gt;Identifies whether the specified application type supports subscriptions&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.SupportsSubscriptions($applicationTypeId))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.SupportsSubscriptions(applicationTypeId);&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/div&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;

&lt;div style="font-size: 90%;"&gt;Tags: subscription&lt;/div&gt;
</description></item><item><title>core_v2_applicationSubscription Script API</title><link>https://community.telligent.com/community/11/w/api-documentation/65739/core_5F00_v2_5F00_applicationsubscription-script-api/revision/2</link><pubDate>Wed, 17 Jun 2020 22:45:18 GMT</pubDate><guid isPermaLink="false">806ed02e-44df-4ee7-93b2-72dc5ef00bf7</guid><dc:creator>Ramzi Banna</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/65739/core_5F00_v2_5F00_applicationsubscription-script-api#comments</comments><description>Revision 2 posted to API Documentation by Ramzi Banna on 06/17/2020 22:45:18&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;
&lt;div class="documentation"&gt;
&lt;p&gt;Enables scripted content fragments to use application subscriptions&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#CanDeleteSubscription"&gt;CanDeleteSubscription&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#CanSubscribe"&gt;CanSubscribe&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Create"&gt;Create&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Delete"&gt;Delete&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Get"&gt;Get&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#List"&gt;List&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#SupportsSubscriptions"&gt;SupportsSubscriptions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="documentation-members methods"&gt;
&lt;h3&gt;&lt;a id="Methods" name="Methods"&gt;&lt;/a&gt;Methods&lt;/h3&gt;
&lt;a name="CanDeleteSubscription"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="CanDeleteSubscription" name="CanDeleteSubscription"&gt;&lt;/a&gt;CanDeleteSubscription&lt;/h2&gt;
&lt;h3&gt;&lt;a id="CanDeleteSubscription_Overload_1" name="CanDeleteSubscription_Overload_1"&gt;&lt;/a&gt;CanDeleteSubscription Overload 1&lt;/h3&gt;
&lt;p&gt;Returns whether the accessing user can delete a subscription to an application&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.CanDeleteSubscription($applicationId, $subscribedUserId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.CanDeleteSubscription(applicationId, subscribedUserId, { TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;subscribedUserId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;User who subscribed the application&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Categorization type&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3&gt;&lt;a id="CanDeleteSubscription_Overload_2" name="CanDeleteSubscription_Overload_2"&gt;&lt;/a&gt;CanDeleteSubscription Overload 2&lt;/h3&gt;
&lt;p&gt;Returns whether the accessing user can delete a subscription to an application&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.CanDeleteSubscription($applicationId, $subscribedUserId))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.CanDeleteSubscription(applicationId, subscribedUserId);&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;subscribedUserId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;User who subscribed the content&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/div&gt;
&lt;a name="CanSubscribe"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="CanSubscribe" name="CanSubscribe"&gt;&lt;/a&gt;CanSubscribe&lt;/h2&gt;
&lt;p&gt;Identifies if the accessing user can bookmark the specified application&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.CanSubscribe($applicationId, $applicationTypeId))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.CanSubscribe(applicationId, applicationTypeId);&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/div&gt;
&lt;a name="Create"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="Create" name="Create"&gt;&lt;/a&gt;Create&lt;/h2&gt;
&lt;p&gt;Set a subscription to an applictaion&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($applicationSubscriptionResponse = $core_v2_applicationSubscription.Create($applicationId, $applicationTypeId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var applicationSubscriptionResponse = core_v2_applicationSubscription.Create(applicationId, applicationTypeId, { TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;[[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;
&lt;a name="Delete"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="Delete" name="Delete"&gt;&lt;/a&gt;Delete&lt;/h2&gt;
&lt;p&gt;Remove a subscription to a piece of content&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($applicationSubscriptionResponse = $core_v2_applicationSubscription.Delete($applicationId, $applicationTypeId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var applicationSubscriptionResponse = core_v2_applicationSubscription.Delete(applicationId, applicationTypeId, { TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;[[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;
&lt;a name="Get"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="Get" name="Get"&gt;&lt;/a&gt;Get&lt;/h2&gt;
&lt;p&gt;Retrieve a subscription to an application&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($applicationSubscriptionResponse = $core_v2_applicationSubscription.Get($applicationId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var applicationSubscriptionResponse = core_v2_applicationSubscription.Get(applicationId, { TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;[[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;
&lt;a name="List"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="List" name="List"&gt;&lt;/a&gt;List&lt;/h2&gt;
&lt;p&gt;List application subscriptions for the accessing user&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($pagedListResponse = $core_v2_applicationSubscription.List(&amp;quot;%{ ApplicationId = $applicationIdArg, ApplicationTypeId = $applicationTypeIdArg, ContainerId = $containerIdArg, IncludeSubContainers = $includeSubContainersArg, PageIndex = $pageIndexArg, PageSize = $pageSizeArg, TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var pagedListResponse = core_v2_applicationSubscription.List({ ApplicationId: applicationIdArg, ApplicationTypeId: applicationTypeIdArg, ContainerId: containerIdArg, IncludeSubContainers: includeSubContainersArg, PageIndex: pageIndexArg, PageSize: pageSizeArg, TypeId: typeIdArg });&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;ApplicationId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Filter to this application.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;ApplicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Filter to this application type.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;ContainerId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Filter to this container.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;IncludeSubContainers&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Include subcontainers of the ContainerId.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;PageIndex&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Page index for the results.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;PageSize&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Page size for the results.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;
&lt;td rowspan="1"&gt;Optional&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;[[PagedList Script API Type|PagedList]] of [[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;
&lt;a name="SupportsSubscriptions"&gt;&lt;/a&gt;
&lt;h2&gt;&lt;a id="SupportsSubscriptions" name="SupportsSubscriptions"&gt;&lt;/a&gt;SupportsSubscriptions&lt;/h2&gt;
&lt;p&gt;Identifies whether the specified application type supports subscriptions&lt;/p&gt;
&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.SupportsSubscriptions($applicationTypeId))&lt;/pre&gt;
&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;
&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.SupportsSubscriptions(applicationTypeId);&lt;/pre&gt;
&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;
&lt;table class="WikiTable" cellpadding="2" cellspacing="0" width="99%"&gt;
&lt;thead&gt;
&lt;tr class="WikiTableBgBlue"&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Required&lt;/th&gt;
&lt;th&gt;Default&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;
&lt;td rowspan="1"&gt;Required&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;td rowspan="1"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;
&lt;div&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/div&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;

&lt;div style="font-size: 90%;"&gt;Tags: subscription&lt;/div&gt;
</description></item><item><title>core_v2_applicationSubscription Script API</title><link>https://community.telligent.com/community/11/w/api-documentation/65739/core_5F00_v2_5F00_applicationsubscription-script-api/revision/1</link><pubDate>Wed, 20 Nov 2019 14:52:45 GMT</pubDate><guid isPermaLink="false">806ed02e-44df-4ee7-93b2-72dc5ef00bf7</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/65739/core_5F00_v2_5F00_applicationsubscription-script-api#comments</comments><description>Revision 1 posted to API Documentation by Ben Tiedt on 11/20/2019 14:52:45&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;div class="documentation"&gt;&lt;p&gt;Enables scripted content fragments to use application subscriptions&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="#CanDeleteSubscription"&gt;CanDeleteSubscription&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#CanSubscribe"&gt;CanSubscribe&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#Create"&gt;Create&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#Delete"&gt;Delete&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#Get"&gt;Get&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#List"&gt;List&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#SupportsSubscriptions"&gt;SupportsSubscriptions&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="documentation-members methods"&gt;&lt;h3&gt;&lt;a id="Methods" name="Methods"&gt;&lt;/a&gt;Methods&lt;/h3&gt;&lt;a name="CanDeleteSubscription"&gt;&lt;/a&gt;&lt;h2&gt;&lt;a id="CanDeleteSubscription" name="CanDeleteSubscription"&gt;&lt;/a&gt;CanDeleteSubscription&lt;/h2&gt;&lt;h3&gt;&lt;a id="CanDeleteSubscription_Overload_1" name="CanDeleteSubscription_Overload_1"&gt;&lt;/a&gt;CanDeleteSubscription Overload 1&lt;/h3&gt;&lt;p&gt;Returns whether the accessing user can delete a subscription to an application&lt;/p&gt;&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.CanDeleteSubscription($applicationId, $subscribedUserId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.CanDeleteSubscription(applicationId, subscribedUserId, { TypeId: typeIdArg });&lt;/pre&gt;&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;subscribedUserId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;User who subscribed the application&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Categorization type&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;&lt;a id="CanDeleteSubscription_Overload_2" name="CanDeleteSubscription_Overload_2"&gt;&lt;/a&gt;CanDeleteSubscription Overload 2&lt;/h3&gt;&lt;p&gt;Returns whether the accessing user can delete a subscription to an application&lt;/p&gt;&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.CanDeleteSubscription($applicationId, $subscribedUserId))&lt;/pre&gt;&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.CanDeleteSubscription(applicationId, subscribedUserId);&lt;/pre&gt;&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;subscribedUserId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;User who subscribed the content&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;div&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;&lt;a name="CanSubscribe"&gt;&lt;/a&gt;&lt;h2&gt;&lt;a id="CanSubscribe" name="CanSubscribe"&gt;&lt;/a&gt;CanSubscribe&lt;/h2&gt;&lt;p&gt;Identifies if the accessing user can bookmark the specified application&lt;/p&gt;&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.CanSubscribe($applicationId, $applicationTypeId))&lt;/pre&gt;&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.CanSubscribe(applicationId, applicationTypeId);&lt;/pre&gt;&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;div&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;&lt;a name="Create"&gt;&lt;/a&gt;&lt;h2&gt;&lt;a id="Create" name="Create"&gt;&lt;/a&gt;Create&lt;/h2&gt;&lt;p&gt;Set a subscription to a piece of content&lt;/p&gt;&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: velocity"&gt;#set($applicationSubscriptionResponse = $core_v2_applicationSubscription.Create($applicationId, $applicationTypeId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;var applicationSubscriptionResponse = core_v2_applicationSubscription.Create(applicationId, applicationTypeId, { TypeId: typeIdArg });&lt;/pre&gt;&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;div&gt;&lt;code&gt;[[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;&lt;a name="Delete"&gt;&lt;/a&gt;&lt;h2&gt;&lt;a id="Delete" name="Delete"&gt;&lt;/a&gt;Delete&lt;/h2&gt;&lt;p&gt;Remove a subscription to a piece of content&lt;/p&gt;&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: velocity"&gt;#set($applicationSubscriptionResponse = $core_v2_applicationSubscription.Delete($applicationId, $applicationTypeId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;var applicationSubscriptionResponse = core_v2_applicationSubscription.Delete(applicationId, applicationTypeId, { TypeId: typeIdArg });&lt;/pre&gt;&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;div&gt;&lt;code&gt;[[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;&lt;a name="Get"&gt;&lt;/a&gt;&lt;h2&gt;&lt;a id="Get" name="Get"&gt;&lt;/a&gt;Get&lt;/h2&gt;&lt;p&gt;Retrieve a subscription to an application&lt;/p&gt;&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: velocity"&gt;#set($applicationSubscriptionResponse = $core_v2_applicationSubscription.Get($applicationId, &amp;quot;%{ TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;var applicationSubscriptionResponse = core_v2_applicationSubscription.Get(applicationId, { TypeId: typeIdArg });&lt;/pre&gt;&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;div&gt;&lt;code&gt;[[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;&lt;a name="List"&gt;&lt;/a&gt;&lt;h2&gt;&lt;a id="List" name="List"&gt;&lt;/a&gt;List&lt;/h2&gt;&lt;p&gt;List application subscriptions for the accessing user&lt;/p&gt;&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: velocity"&gt;#set($pagedListResponse = $core_v2_applicationSubscription.List(&amp;quot;%{ ApplicationId = $applicationIdArg, ApplicationTypeId = $applicationTypeIdArg, ContainerId = $containerIdArg, IncludeSubContainers = $includeSubContainersArg, PageIndex = $pageIndexArg, PageSize = $pageSizeArg, TypeId = $typeIdArg }&amp;quot;))&lt;/pre&gt;&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;var pagedListResponse = core_v2_applicationSubscription.List({ ApplicationId: applicationIdArg, ApplicationTypeId: applicationTypeIdArg, ContainerId: containerIdArg, IncludeSubContainers: includeSubContainersArg, PageIndex: pageIndexArg, PageSize: pageSizeArg, TypeId: typeIdArg });&lt;/pre&gt;&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;ApplicationId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Filter to this application.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;ApplicationTypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Filter to this application type.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;ContainerId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Filter to this container.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;IncludeSubContainers&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Include subcontainers of the ContainerId.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;PageIndex&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Page index for the results.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;PageSize&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Int32&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Page size for the results.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;TypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Optional Type Id of the subscription.&lt;/td&gt;&lt;td rowspan="1"&gt;Optional&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;div&gt;&lt;code&gt;[[PagedList Script API Type|PagedList]] of [[ApplicationSubscription Script API Type|ApplicationSubscription]]&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;&lt;a name="SupportsSubscriptions"&gt;&lt;/a&gt;&lt;h2&gt;&lt;a id="SupportsSubscriptions" name="SupportsSubscriptions"&gt;&lt;/a&gt;SupportsSubscriptions&lt;/h2&gt;&lt;p&gt;Identifies whether the specified application type supports subscriptions&lt;/p&gt;&lt;h4&gt;&lt;a id="Velocity" name="Velocity"&gt;&lt;/a&gt;&lt;em&gt;Velocity&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: velocity"&gt;#set($booleanResponse = $core_v2_applicationSubscription.SupportsSubscriptions($applicationTypeId))&lt;/pre&gt;&lt;h4&gt;&lt;a id="JavaScript" name="JavaScript"&gt;&lt;/a&gt;&lt;em&gt;JavaScript&lt;/em&gt;&lt;/h4&gt;&lt;pre class="brush: javascript"&gt;var booleanResponse = core_v2_applicationSubscription.SupportsSubscriptions(applicationTypeId);&lt;/pre&gt;&lt;h4&gt;&lt;a id="Parameters" name="Parameters"&gt;&lt;/a&gt;&lt;em&gt;Parameters&lt;/em&gt;&lt;/h4&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Required&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td rowspan="1"&gt;applicationTypeId&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;code&gt;Guid&lt;/code&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;Application Type Id&lt;/td&gt;&lt;td rowspan="1"&gt;Required&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h4&gt;&lt;a id="Returns" name="Returns"&gt;&lt;/a&gt;&lt;em&gt;Returns&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;div&gt;&lt;code&gt;Boolean&lt;/code&gt;&lt;/div&gt;&lt;/p&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>