Job Object


Data movement job object.

Properties
idstringRead-onlyformat GUID

Job ID.


startedAtstringRead-onlyformat date-time

When the job was submitted.


statusstringRead-only

Current job status.


sourceSource

Source to move data from.


destinationDestination

Destination to move data to.


namestringmaxLength 1024

Job name.


progressProgressRead-only

When the job status is IN_PROGRESS, the progress details.


finishedAtstringRead-onlyformat date-time

Job finish time.

A job is considered finished when its status updates to COMPLETED, FAILED, or PARTIALLY_SUCCESSFUL.


errorErrorRead-only

Error information.


sourceSiteIdstringformat GUID

When moving data from a Wix data collection, the source site ID.

By default, the source site is the current site. To move data from any site in the same Wix Account, specify the site ID, which you can retrieve by calling Get App Instance (REST | SDK).

Note: You can specify the ID of a source site or destination site, but not both.


destinationSiteIdstringformat GUID

When moving data to a Wix data collection, the destination site ID.

By default, the destination site is the current site. To move data to any site in the same Wix Account, specify the site ID, which you can retrieve by calling Get App Instance (REST | SDK).

Note: You can specify the ID of a source site or destination site, but not both.


logsRecordedinteger

Number of recorded logs.


partiallySuccessfulOptionsPartiallySuccessfulOptions

When the job's status is PARTIALLY_SUCCESSFUL, the additional details.

Did this help?