Counts the number request for download URL. (ADAS can't count the actual download as it is done directly from the Azure Blob).
Version 2.0.0
Endpoint
GET
undefined/search/documents/download-count
Copy
Get a summary of the total number of get download URL requests made, including a count per documentGroup distibution between a provided date range.
Query Parameters
- fromDatestringRequiredUTC. Format: mm-dd-yyyy. (Beginning of the day)
- toDatestringRequiredUTC. Format: mm-dd-yyyy. (End of the day)
- gmtOptional. default: 0. Decimal. An offset for the time of the day. for example, if the user wants midnight EST, the value will be -5, ADAS will calculate from 7PM UTC of the previous day to 7PM UTC of the next day.
Body Parameters
Responses
successful operation.
Body
application/json
- objectRequiredTotal number of documents request for downloadURL count also distribution per documentGroup between the required dates.
- fromDatestringFrom date as requested in the param - beginning of the day (UTC).Example: 2023-08-14
- toDatestringTo date as requested in the param - end of the day (UTC).Example: 2023-08-04
- gmtOffset time calculation from UTCExample: -5.5
- totalCountThe total number of request for download URL asked between the date range requested.Example: 379777
- groupDownloadsarray of objects
Request for download URL count per documentGroup between the requested dates.
Each item contains a documentGroup name and its upload count.