Fetch report
Path parameters
The ID of the object
Response
OK
The ID of the report
The resource type of the report
The name of the report
The status of the report.
When the report was created
When the report was updated
The start date of the interval used to filter the data for the report. This timestamp is expected to be in date format, YYYY-MM-DD. If provided, it defines the beginning of the reporting period. The interval cannot be shorter than the minimum and cannot be longer than the maximum, as defined by the reporter. Current minimum interval days: no limit Current maximum interval days: 180
The end date of the interval used to filter the data for the report. This timestamp is expected to be in date format, YYYY-MM-DD. If provided, it defines the end of the reporting period. The interval cannot be shorter than the minimum and cannot be longer than the maximum, as defined by the reporter. Current minimum interval days: no limit Current maximum interval days: 180
The time zone used for interpreting the start and end dates of the report. This should be provided as a valid time zone identifier (e.g., "America/New_York"). If not provided, it defaults to the organization's time zone.
The organization ID of the report
The place ID of the report
The reporter ID of the report
Example response
{
"start_date": "2024-02-29",
"end_date": "2024-03-07",
"time_zone": "America/New_York"
}