Last updated 4 months ago
Enter ID of the report for which subscriptions are requested.
The requested API version
1.0
Optional User Id
Class for storing details about report subscription.
GET /reports/{reportId}/subscriptions HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Success: Successfully retrieved subscriptions for the specified report.
[ { "reportSubscriptionId": "123e4567-e89b-12d3-a456-426614174000", "subscriptionName": "text", "reportId": "123e4567-e89b-12d3-a456-426614174000", "bookmarkState": "text", "createdByUserId": "123e4567-e89b-12d3-a456-426614174000", "createdByUserEmail": "text", "schedule": "text", "subscribers": [ "text" ], "subject": "text", "content": "text", "isActive": true, "reportPageName": "text", "startDateTime": "2025-04-19T16:28:35.962Z", "endDateTime": "2025-04-19T16:28:35.962Z", "timeZone": "text", "reportParameter": [ { "name": "text", "value": "text" } ], "hasAttachment": true, "reportParameters": "text" } ]