Reporting API (1.0)

Download OpenAPI specification:

Introduction

Reporting API allows an agent to fetch tokens for accessing Power BI reports.

Contact

If you have any questions, comments or feedback regarding our APIs, please contact developer@ovipro.fi.

Embed Token

API for fetching tokens for embedding Power BI reports

Get Embed Token

Fetches an embed token for embedding a Power BI report. The embed token is a personal key used to authenticate and authorize the user to view the report.

Authorizations:
bearerAuth
query Parameters
reportTypeCode
required
string (ReportTypeCode)
Enum: "ASSIGNMENT" "ASSIGNMENT_DIARY" "DASHBOARD" "ESIGNING" "INVOICING" "LEAD" "MEETING" "SHOWING" "TASKS"
Example: reportTypeCode=ASSIGNMENT
header Parameters
Request-ID
required
string <uuid>
Example: 9031d1c5-7d40-41dd-b2b8-7919a2fc4fe9

A unique id which identifies the HTTP request. The value of this header must be created by the client. This identifier is used for troubleshooting purposes.

Responses

Response samples

Content type
application/json
{}