Upload count per document group on a date range.
Version 2.0.0
Endpoint
GET
undefined/search/documents/count
Copy
Get a summary of the total number of uploads made, with a count per documentGroup 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 (from midnight). 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 metadata items upload count and count 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-14
- gmtOffset time calculation from UTCExample: -5.5
- totalCountThe total number of metadata items (documents) uploaded between the date range requested.Example: 379777
- groupUploadsarray of objects
Upload count per documentGroup between the requested dates.
Each item contains a documentGroup name and its upload count.