Enterprise Vault™ Compliance Accelerator Reviewer's Guide

Last Published:
Product(s): Enterprise Vault (15.1)

ItemMetrics - List

GET https://<Reporting endpoint Base URL>/odata/ItemMetrics?CaptureDateStart=<YYYY-MM-DD>&CaptureDateEnd=<YYYY-MM-DD>

ItemMetrics - URL Parameter/Filters

The following filters can be used with the ItemMetrics API when invoked using the GET method. The system uses the AND operator between the filters to return the result based on the specified filters.

Name

Type

Description

CaptureDateStart

Mandatory

CaptureDate is the date on which items are captured or ingested in Compliance Accelerator is recorded as the CaptureDate for that item.

This filter specifies the start date for returning count of items whose CaptureDate is greater than or equal to this start date.

Date format: YYYY-MM-DD

Data Type: JSON array of integers 'id'(identifier fields) that is CaptureDateStart.

CaptureDateEnd

Mandatory

This filter specifies the end date for returning count of items whose CaptureDate is greater than or equal to this date.

Date format: YYYY-MM-DD

Data Type: JSON array of integers 'id'(identifier fields) that is CaptureDateEnd.

Sample requests

To get count of all items captured between 2023-01-01 and 2023-12-31, the sample query will be as below.

GET https://<Reporting endpoint Base URL>/odata/ItemMetrics?CaptureDateStart=2023-01-01&CaptureDateEnd=2023-12-31

Supported OData Filters

See Supported OData query options.

Supported reporting endpoint API filters and their values

See Supported reporting endpoint API filters and their values.

Responses

See Responses.