Report Subscription - Retrieves subscriptions by report by ID
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
reportIdstring · uuidRequired
Enter ID of the report for which subscriptions are requested.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Successfully retrieved subscriptions for the specified report.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
404
Not Found: The specified report could not be found.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
/reports/{reportId}/subscriptionsLast updated