Job Object


Data movement job object.

Properties
destinationDestination

Destination to move data to.


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.

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


errorApplicationErrorRead-only

Error information.


finishedAtstringRead-onlyformat date-time

Job finish time.

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


idstringRead-onlyformat GUID

Job ID.


logsRecordedinteger

Number of recorded logs.


namestringmaxLength 1024

Job name.


progressProgressRead-only

When the job status is IN_PROGRESS, the progress details.


scheduleIdstringRead-onlyformat GUID

Sync Schedule ID, if the job was triggered by a sync schedule.


sourceSource

Source to move data from.


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.

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


startedAtstringRead-onlyformat date-time

When the job was submitted.


statusstringRead-only

Current job status.


partiallySuccessfulOptionsPartiallySuccessfulStatusOptions

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

Did this help?