To use the new Resume API in c-m, we need the current get list API to return the migration ID of the requested resume so that GRRP can use the correct ID when calling retrieve since, initially, it will not use the new get list API. The change to send the migration ID back has been made on the matrix and is flag wrapped
If the migration ID exists, it means the resume has been migrated to the new service and that ID should be used when requesting the resume from the new service.
If no migration ID is present, the external id should be used. That will trigger the new service to pull the resume over from the matrix.
To use the new Resume API in c-m, we need the current get list API to return the migration ID of the requested resume so that GRRP can use the correct ID when calling retrieve since, initially, it will not use the new get list API. The change to send the migration ID back has been made on the matrix and is flag wrapped
If the migration ID exists, it means the resume has been migrated to the new service and that ID should be used when requesting the resume from the new service.
If no migration ID is present, the external id should be used. That will trigger the new service to pull the resume over from the matrix.