Reindex response

The $reindex operation creates a batch job that can be executed asynchronously.

When you invoke a reindex operation, the system responds with a jobId and that can be used to know the status of the reindex operation.

Example Response:

{
  "resourceType": "Parameters",
  "parameter": [ {
    "name": "jobId",
    "valueString": "18256337-5a0d-4b9d-a2af-0927d08201c6"
  } ]
}

You can use the $export-poll-status operation to know the status of the job using the following call:

GET baseURL/$export-poll-status?_jobId=18256337-5a0d-4b9d-a2af-0927d08201c6