apps__analytics_report_requests__list
Retrieve a list of analytics report requests for a specific app, with options to filter by access type and include related reports.
Instructions
List the analytics report requests belonging to an app. [GET /v1/apps/{id}/analyticsReportRequests]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| filter_accessType | No | filter by attribute 'accessType' | |
| fields_analyticsReportRequests | No | the fields to include for returned resources of type analyticsReportRequests Return only these attributes. A full row set can exceed 200 KB. |