SubscribeNewTag
Subscribe to a new tag.
Stored Procedure Specific Information
Execute
Call this procedure to subscribe to a new tag.
To subscribe to a new tag, you must specify the following column: Slug. A successful authentication is also required.
For example:
EXEC SubscribeNewTag Slug='tagsome';
Input
| Name | Type | Description |
| Slug | String | The slug (URL-friendly name) of the tag to subscribe to. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the tag subscription request completed successfully. |
| Subscribed | Boolean | Returns true if the tag was successfully added to the user's subscription list. |
| AddedTag | String | The unique identifier of the newly subscribed tag. |
| TagsAggregate | String | A collection of tags currently subscribed to by the user. |