Report Subscription - Retrieves subscriptions by report by ID

Retrieves subscriptions associated with a specific report identified by its ID.

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
reportIdstring · uuidRequired

Enter ID of the report for which subscriptions are requested.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
chevron-right
200

Success: Successfully retrieved subscriptions for the specified report.

Class for storing details about report subscription.

reportSubscriptionIdstring · uuidOptional

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.

subscriptionNamestring · nullableOptional

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.

reportIdstring · uuidOptional

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.

bookmarkStatestring · nullableOptional

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.

createdByUserIdstring · uuidOptional

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.

createdByUserEmailstring · nullableOptional

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.

schedulestring · nullableOptional

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.

subjectstring · nullableOptional

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.

contentstring · nullableOptional

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.

isActivebooleanOptional

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.

reportPageNamestring · nullableOptional

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.

startDateTimestring · date-timeOptional

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.

endDateTimestring · date-timeOptional

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.

timeZonestring · nullableOptional

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.

hasAttachmentbooleanOptional

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.

hasVisualAttachmentbooleanOptional

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.

daxQuerystring[] · nullableOptional

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.

isRecipientSpecificbooleanOptional

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.

areValidReportParametersboolean · nullableOptional

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.

exportFormatstring · nullableOptional

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.

lastRunstring · date-time · nullableOptional

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.

get
/reports/{reportId}/subscriptions

Last updated