現在の会社アカウントの詳細を返します。
URL: https://orbitvu.co/api/v1/account/ [.json|.xml]
結果の例:
{
"id": 1,
"company": "Test Company",
"notification_emails": [
"[email protected]"
],
"users_url": "https://orbitvu.co/api/v1/account/users",
"statistics_url": "https://orbitvu.co/api/v1/account/statistics",
"viewers_url": "https://orbitvu.co/api/v1/account/viewers"
}
Click to copy
ユーザー(users)
現在の会社アカウントのユーザーのリストを返します。
URL: https://orbitvu.co/api/v1/account/users
結果の例:
[
{
"id": 1,
"is_active": true,
"email": "[email protected]",
"url": "https://orbitvu.co/api/v1/account/users/1",
"statistics_url": "https://orbitvu.co/api/v1/account/users/1/statistics"
}
]
Click to copy
statistics_url は選択されたユーザーのビューと転送量に関する統計情報へのアクセスを提供します。(例:選択されたユーザーの所有するプレゼンテーションのビュー数)
統計(statistics)
現在の会社アカウントのビューと転送量統計
URL: https://orbitvu.co/api/v1/account/statistics
ビューアー(viewers)
現在の会社アカウントのOrbitvu Viewerライセンスのリスト
URL: https://orbitvu.co/api/v1/account/viewers
結果の例:
[
{
"id": 1,
"url": "https://orbitvu.co/api/v1/account/viewers/1",
"download_url": "https://orbitvu.co/api/v1/account/viewers/1/download",
"type": "Infinity360",
"support": "2019-02-01",
"licensed_for": "Orbitvu Sp. z o.o.",
"licensed_for_url": "https://orbitvu.com",
"available_version": "3.6.13",
"latest_version": "3.9.0",
"supports_orbittour": true
}
]
Click to copy
ビューアーのダウンロード(download)
選択されたビューアーのダウンロードリンク
サンプルURL: https://orbitvu.co/api/v1/account/viewers/1/download