GetImportResults
データインポート結果の取得
Description
- データインポートの処理結果を取得します
- ImportItemsで append または replace_all をtrueとした場合は取得できません
- 上記のケースはstream_idを指定してGetQueueListから取得できます
Method
GET
Request Format
/api/v0/datastores/:datastore-id/import/:temp-datastore-id
Params
temp-datastore-id : インポート処理時の結果ID
Request Sample
GET https://api.xxx.com/api/v0/datastores/59bf3a310e2479145baba476/import/59706031bc29a9afa46b59eb
Response Sample
成功時
なし
エラー時
{
"errors": [
{
"description": "Insert ERROR",
"line": 2
},
{
"description": "Update ERROR",
"line": 3
}
]
}