Report Subscription - Get subscriptions for a report
Authorizations
Path parameters
reportIdstring · uuidRequired
Expects id of an existing report
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success
500
Server related error
get
GET /reports/{reportId}/subscriptions HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
[
{
"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-06-27T17:18:24.373Z",
"endDateTime": "2025-06-27T17:18:24.373Z",
"timeZone": "text",
"reportParameter": [
{
"name": "text",
"value": "text"
}
],
"hasAttachment": true
}
]
Last updated