アクティビティ レポートのエクスポート状態を取得します。
http://hostname:port/api/v1/activity/export/status?id={id} |
{ “status”: 2, “description”: “Successfully exported.” } |
要素 |
説明 |
種類 |
必須 |
id |
エクスポートされたアクティビティ レポート ファイルの固有 ID を設定します。固有 ID は POST api/v1/Activity/export で取得できます。 |
Int |
はい |
要素 |
説明 |
種類 |
status |
エクスポート ジョブの状態です。 値は: 1 (実行中) 2 (成功) 3 (失敗) |
Int |
description |
状態の説明です。 値は: Export in progress. Successfully exported. Failed to export. Try again later. If the issue persists, contact the AvePoint Support team for help. |
String |