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 }
Gets the details of an import job on the domain.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of an import job
The security code
The G Suite domain
A ApiImport response
Show child attributes