Report Subscription - Retrieves all subscription
Please enter a valid token
The requested API version
1.0Optional User Id
Success: Subscription successfully deleted.
Class for storing details about report subscription.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the reportSubscriptionId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the subscriptionName property.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the reportId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the bookmarkState property.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the createdByUserId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the CreatedByUserEmail property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the schedule property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the subject property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the content property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the isActive property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the reportPage property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the StartDateTime property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the EndDateTime property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the TimeZone(IST etc) property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the HasAttachment property.
A public property of type boolean that has both a getter and a setter method, which allows for getting and setting the value of the HasVisualAttachment property. The value of this property should be true if the subscription is on the visual of the report.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the DAXQuery property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the IsRecipientSpecific property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the IsValidSubscription property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ExportFormat property.
A public property of type DateTime that has both a getter and a setter method, which allows for getting and setting the value of the LastRun property. This property represents the date and time when the subscription was last executed or triggered.
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Not Found: The specified user does not exist.
Internal Server Error: An unexpected error occurred or a server timeout.
Last updated