Class that represents a migration job item within the database log
name | data type | constraints | description |
---|---|---|---|
jobId | number | required int | Returns the job id |
objectId | number | required int | Returns the object id for this item |
objectType | number | required int | Returns the object type for this item. Generic Content.Node type values are being used. (e.g. 10007 for pages..) |
status | number | required int | Returns the migration status of this object item. This reflects how the object was handled within the migration job. |
Example
{ "jobId" : 12345, "objectId" : 12345, "objectType" : 12345, "status" : 12345 }