Viewing Report Subscriptions
For a summary of all report subscriptions, the request format is:
GET https://<url_prefix>/reporting/v3/report-subscriptions
Value | Description |
---|---|
< url_prefix > | Name of the server from which to
download the report. Use one of these values:
|
For a summary of a single report subscription, the request format is:
GET https://<url_prefix>/reporting/v3/report-subscriptions/{reportName}
Value | Description | Required/ Optional |
---|---|---|
< url_prefix > | Name of the server from which to
download the report. Use one of these values:
| Required |
{reportName} | Unique name of the report
subscription you want to review. | Required |
Responses
This call can return one of the following HTTP status codes:
- 200: Ok.
- 400: Invalid request.
- 404: Report not found.
For detailed information on the responses,
including which fields are returned, see the Reporting REST API Reference
.