/trendsAsk AIget https://www.woopra.com/rest/3.10/trendsLoad trends reports from your account.Query ParamsprojectstringrequiredWoopra Project Namereport_idstringrequiredReport ID – can be found by retrieving the last part of the URL path when loading a report in the web app. Ex: for the report https://www.app.woopra.com/project/~/analyze/type/trends/6d9hqssf37 the report ID is: “6d9hqssf37”limitint32max number of records to returnoffsetint32number of records to skipsnapshotstringThis ID is provided in the response from the first call. Used for pagination. This is used to maintain consistent data when pulling more than 1000 records. Use the same snapshot ID for multiple calls when using the offset.timeframe_fromdate-timeSets the starting point of the report timeframe. The value must be in the format yyyy-MM-dd'T'HH:mm:ss, "T" must be included. The time is aligned with the project's timezone. If the value is not set, the API will use the original timeframe in the report.timeframe_todate-timeSets the ending point of the report timeframe. The value must be in the format yyyy-MM-dd'T'HH:mm:ss, "T" must be included. The time is aligned with the project's timezone. If the value is not set, the API will use the original timeframe in the report.Updated 5 months ago