アカウントの詳細
現在のユーザーアカウントの詳細を返します。
URL: https://orbitvu.co/api/v1/account/ [.json|.xml]
結果の例:
{ "id": 1, "company": "Test Company", "notification_emails": [ "contact@example.com" ], "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" }
Users
現在の会社アカウント内のユーザーのリストを返します。
URL: https://orbitvu.co/api/v1/account/users
結果の例:
[ { "id": 1, "is_active": true, "email": "someuser@example.com", "url": "https://orbitvu.co/api/v1/account/users/1", "statistics_url": "https://orbitvu.co/api/v1/account/users/1/statistics" } ]
statistics_url は選択されたユーザーのビューへのアクセスと統計の転送を行います。(例:選択されたユーザーのプレゼンテーションに対するビュー数)
Statistics
現在の会社アカウントのビューと転送統計
URL: https://orbitvu.co/api/v1/account/statistics
Viewers
現在の会社アカウントのOrbit 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 } ]
Viewer download
選択されたビューワーのダウンロードリンク
Sample URL: https://orbitvu.co/api/v1/account/viewers/1/download