We are migrating feedItem, FeedAttachment, FeedPoll, FeedComment, and FeeLike from one Salesforce instance to another Salesforce instance with the help of REST API. We are fetching data from the source org to the MySql database and from MySql to destination Salesforce org. How we can achieve this using Salesforce REST API? Which API's better suited for this? And we need to maintain the order of Feed creation.
Thanks