Introducing Event API
- Last UpdatedJan 27, 2022
- 1 minute read
The Event API uses the Intelligence Event API Service. This service is a REST-based API service that allows you to programmatically inject requests to reprocess dimensions and measures.
For dimensions, you can request a refresh, and for measures, you can request to reprocess a specific time-range or a simple refresh. Access to the Event API is controlled through Windows Authentication.
Note: When you deploy a Measure without a schedule and driving its execution based on Time-Defining Dimension changes, it is recommended that the Measure is refreshed periodically using Events API.
You can use this introduction to understand:
-
The key characteristics and architecture of Intelligence Event Interface Service. The guide helps you understand how your application can best use the Event API resources.
-
How to set up your development environment so that you can begin working with Event API immediately.
-
How to use Event API by following an example using a third party client application.
-
How to create a stand-alone HTML client application.