Defining asset subscription information report URLs

Create a report URL that outputs subscription information about an asset or user

Before you begin

You must have permission to view the asset details of the output. If you do not have explicit permission to view the asset details, then you must be an repository administrator to retrieve this information.

About this task

Subscription report URLs use the subscription report path.

Reports that contain asset information include the following optional parameters:
Table 1. subscription: Optional Parameters
Parameter Acceptable parameter values Description
uid A user name Limits output to the subscription activity of a specific user. Only repository administrators can request all subscriptions with this parameter.
guid The Unique ID for an asset, for example {EE4545D5–118E-33G4–1D3F-395FDB4EE123} Limits output to a specific asset. Requires the version parameter
version The version number of an asset, for example 1.0 Limits output to a specific version of an asset. Requires the guid parameter

This report can be joined with the Asset Information reporting URL syntax. You must user either the GUID and version parameter or join this URL with the parameter in the asset information URL.

Results

The asset subscription report includes the following subscription data output:

Example

Example 1: All subscription activity for a user - Use the following URL to help you construct the report URL for all subscription activity on the repository for a specific user:

http://example.com:9080/ram.ws/reporting/subscription:uidd=jsmith
Note: Only repository administrators can request all subscriptions.

Example 2: Subscription activity for an asset you own - Use the following URL to help you construct the report URL for all subscription activity on a specific asset:

http://example.com:9080/ram.ws/reporting/subscription:guid={EE4545D5–118E-33G4–1D3F-395FDB4EE123},version=1.0

Feedback