## Syntax



## Response fields for migration_jobs

The following fields may be returned when the **migration_jobs** method is submitted:

Field nameObligationDescription/Value
errorReturned if **success = false**A text string that explains the error.
error_numberReturned if **success = false**A number that represents the error.
jobsReturned if **success = true**Information about the jobs for the specified user. Allowed values are: _ **date** — The date that the job was submitted, in UNIX Epoch time. _ **job** — The ID of the job.
successAlways returnedIndicates whether the requested change was successful or not. Allowed values are **true** and **false**.

## Examples for migration_jobs

**Request**



**Response**