Skip to main content
GET
/
driveImport
/
v1
/
imports
/
{importId}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/driveImport/v1/imports/{importId} \
  --header 'Authorization: Bearer <token>'
{
  "destinationFolderId": "<string>",
  "destinationFolderName": "<string>",
  "error": 123,
  "id": "<string>",
  "importer": {
    "email": "<string>",
    "kind": "<string>",
    "name": "<string>",
    "nonGoogle": true,
    "thumbnailPictureUrl": "<string>"
  },
  "kind": "<string>",
  "lastModifiedAt": 123,
  "libraryId": "<string>",
  "libraryName": "<string>",
  "startedAt": 123,
  "status": "<string>",
  "success": 123,
  "toImport": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

importId
string
required

The ID of an import job

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiImport response

destinationFolderId
string
destinationFolderName
string
error
integer<int32>
id
string
importer
object
kind
string
lastModifiedAt
integer<int64>
libraryId
string
libraryName
string
startedAt
integer<int64>
status
string
success
integer<int32>
toImport
integer<int32>