Download OpenAPI specification:
If you have any questions, comments or feedback regarding our APIs, please contact developer@ovipro.fi.
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.
| reportTypeCode required | string (ReportTypeCode) Enum: "ASSIGNMENT" "ASSIGNMENT_DIARY" "DASHBOARD" "ESIGNING" "INVOICING" "LEAD" "MEETING" "SHOWING" "TASKS" Example: reportTypeCode=ASSIGNMENT |
| 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. |
{- "tokenId": "74fca6c4-8a24-4de6-8f82-93ed634a1712",
- "token": "eydJn0eXAiOiJKV1QiLUCJhbGciOiJSUzI1Ni...",
- "expirationTime": "2021-12-31T23:59:59Z",
- "reports": [
- {
- "reportId": "5b218778-e7a5-4d73-8187-f10824047715",
- "typeCode": "ASSIGNMENT",
- "name": "OviProBillings",
}
]
}