Numbers of new requests opened per application (In request center) per day

Hello, I Need create a report with Numbers of new requests opened per application (In request center) per day.

Using search or API.

Does anyone know how to do it?

Regards

This request will look for the creation of new access requests per source in the last month. You can adjust this for dates / times and sources as you need.

type:access_request AND name:"Request Access Started" AND created:[now-1M TO now] AND attributes.sourceName:"[Your Source Name]"

1 Like