migrationJobItemsResponse
| Extends: | genericResponse |
| Namespace: | (default namespace) |
| XML Schema: | ns1.xsd |
Response to requests for fetching jobitems. A MigrationJobItemsResponse object contains a list of objects that have been handled by the migration job.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| jobId (int) | 1/1 | |
| jobItems (migrationJobLogEntryItem) | 0/unbounded | Returns the list of MigrationJobLogEntryItem |
JSON
| property | type | description |
|---|---|---|
| jobId | jobId (int) | |
| jobItems | array of jobItems (migrationJobLogEntryItem) | Returns the list of MigrationJobLogEntryItem |