migrationJobItemsResponse element
Type: | migrationJobItemsResponse |
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.
Example JSON
{
"jobId" : ...,
"jobItems" : [ {
"jobId" : ...,
"objectId" : ...,
"objectType" : ...,
"status" : ...
}, ... ],
"messages" : [ {
"message" : "...",
"type" : "CRITICAL",
"timestamp" : ...,
"image" : "...",
"sender" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"id" : ...
}, ... ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}