Viewing Report Definitions
You can view a list of supported reports and their attributes before subscribing to them. You
can also view the attributes of an individual report type.
For a summary of all reports, the request format is:
GET https://<url_prefix>/reporting/v3/report-definitions?organizationId={organizationId}
Value | Description | Required/ Optional |
---|---|---|
< url_prefix > | Name of the server from which to
download the report. Use one of these values:
| Required |
{organizationId} | The organization ID under which the
report is subscribed. This can be the merchant ID, account ID, or reseller
ID. | Optional |
For a summary of a single report type, the request format is:
GET https://<url_prefix>/reporting/v3/report-definitions/{reportDefinitionName}?organizationId={organizationId}&download=true
Value | Description | Required/ Optional |
---|---|---|
< url_prefix> | Name of the server from which to
download the report. Use one of these values:
| Required |
{reportDefinitionName} | Name of the report type you want to
review. The options are:
| Required |
{organizationId} | The organization ID under which the
report is subscribed. This can be the merchant ID, account ID, or reseller
ID. | Optional |
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
.