v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
contentManagement

Content import job result.

Get the complete summary of content import job for the given job identifier.

get/v2/content/folders/{folderId}/import/{jobId}/result

Path parameters

folderIdstring required

The identifier of the folder to import into.

jobIdstring required

The identifier of the import request.

Headers

isAdminModestring

Set this to "true" if you want to perform the request as a Content Administrator.

Response

The result of the import job.

statusstring

Whether or not the request is in progress (InProgress), has completed successfully (Success), or has completed with an error (Failed).

Example response

{
  "summary": {
    "totalItems": 15,
    "successCount": 12,
    "failureCount": 3
  },
  "failures": [
    {
      "path": "/Marketing/Website Analytics/Daily Traffic Report",
      "type": "Dashboard",
      "error": "Invalid JSON format in widget configuration."
    }
  ]
}