[API] Additional Weblog API Query Parameters
Weblogs currently only allows you to pass dates into the query parameters when pulling weblog data back. The dataset being so large, this can pose an issue with using, analyzing, and processing the dataset.
We are currently working on a project that involves retrieving weblog data through the API gateway for CD2. We have a requirement to fetch data for a specific user_id along with the existing timeframe parameters. However, it seems that the current implementation does not provide an option to filter data by user_id. It would be beneficial to add an optional parameter to the existing CD2 calls, which would allow us to retrieve data only for a specified user_id within the requested timeframe parameters. This addition would greatly enhance the flexibility and efficiency of data retrieval for users of this application. We understand that CD2 weblogs already have built-in parameters for timeframe. However, due to the size of this data, having an additional parameter for user_id would enable us to narrow down the data to a specific user, thereby reducing the complexity and expense of analyzing and utilizing this data.
admin