This topic describes how to get a list of video statements available to the currently logged in client, and launch a selected video statement. This would be used in scenarios where an integration partner wants to view and launch video statements from their own website.
1. List of video statements
This endpoint returns all video statements that the currently logged in user has access to.
url: https://testapi.orionadvisor.com/api/v1/Reporting/VideoStatements
help: https://testapi.orionadvisor.com/api/Help/Api/GET-v1-Reporting-VideoStatements
Code:
[
{
"id": 13,
"name": "2nd Quarter 2014",
"startDate": "2014-04-01",
"endDate": "2014-06-30",
"videoId": "120b76b2-cc5f-4a93-8510-c6543756d99a"
},
{
"id": 14,
"name": "3rd Quarter 2014",
"startDate": "2014-07-01",
"endDate": "2014-09-30",
"videoId": "a2319c51-86dc-4c73-8b67-e92ecfdd08b4"
}
]
2. Launch the video statement viewer.
This is a video statement viewer that must be framed into a page, or a dialog. You will pass in the clients orion api token, and the video id for the selected statement.