migrationResponse element

Type: migrationResponse
Namespace: (default namespace)
XML Schema: ns1.xsd

The MigrationResponse is returned when a migration job is invoked or reinvoked. It contains the jobId and message information.

Example JSON

{ "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "CRITICAL", "timestamp" : ..., "image" : "...", "sender" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "...", "password" : "..." }, "id" : ... }, ... ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." }, "jobId" : ... }