Skip to main content

How to retrieve the source content sent to Migration Center?

Question

After I have sent source content to Migration Center, how can I access or view the content source I sent through?

Answer

In addition to the required query parameters sourceId or ansID, and sourceType or ansType, the Migration Center API /report/detail endpoint accepts an optional query parameter documentType.

Set documentType=all and the /report/detail endpoint will include source related fields in the return payload:

  • sourceAdditionalProperties

  • sourceContent

curl --request GET \
  --url 'https://api.sandbox.cetest.arcpublishing.com/migrations/v3/report/detail?sourceId=client_123&sourceType=story&documentType=all' \
  --header 'Authorization: Bearer <token>' 
mc_sourceAdditionalProperties

More information