Subscription

Portal module
Subscription extension
Subscription/Get

Gets a subscription.

Authentication:
  • Logged in – You need to be logged in to use this feature
Parameters:

guid – The GUID of the subscription

Returns:

The Subscription with the requested GUID

Return type:

SubscriptionInfo

Subscription/Create

Creates a new subscription.

Authentication:
  • Logged in – You need to be logged in to use this feature
  • CreateSubscription permission – The user must have the SystemPermissons.CreateSubscription permission
Parameters:

name – The name of the new subscription

Returns:

The new Subscription

Return type:

SubscriptionInfo

Subscription/Delete

Deletes a subscription.

Authentication:
  • Logged in – You need to be logged in to use this feature
Parameters:

guid – The GUID of the subscription

Returns:

The number of affected rows in the database

Subscription/Update

Renames a subscription.

Authentication:
  • Logged in – You need to be logged in to use this feature
Parameters:
  • guid – The GUID of the subscription
  • name – The new name of the subscription
Returns:

The number of affected rows in the database