Skip to end of banner
Go to start of banner

Export & Import Data Import Job Profiles via API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The following steps allow for a user to Export & Import a Data Import Job Profiles, including all sub-profiles (Match, Action, etc.), from one tenant to another using API calls. See below for step-by-step instructions and a demo recording for using this functionality.

Preconditions:

Before completing following steps, user must be authenticated into necessary tenants using preferred API platform. For more information on how to get started using API calls with FOLIO, see this page here on using Postman API software: Getting started with Postman

Instructions:

Export

  • Use GET call for {SOURCE TENANT API BASE URL}/data-import-profiles/profileSnapshots/{JOB PROFILE ID}?profileType=JOB_PROFILE&jobProfileId={JOB PROFILE ID}

    • Example: image-20241029-144137.png

  • Response will include all necessary details of targeted Job Profile

    • Example: image-20241029-144259.png

ImportĀ 

  • Use POST call for {DESTINATION TENANT API BASE URL}/data-import-profiles/profileSnapshots

  • Copy entire response from the previous Export GET call and paste it into the Body of this POST call

    • Example:
      image-20241029-144440.png

  • Once you Send this call, you should see the desired Job profiles begin to appear in the destination tenant

Demo recording:

Export and Import Data Import Job Profile via API.mp4

Additional information:

  • The functionality described above was introduced in Ramsons release.

  • Work to support this functionality was completed by Folijet team via UXPROD-4348 - Getting issue details... STATUS & UXPROD-3556 - Getting issue details... STATUS .

  • Backend information on the approach taken to implement this can be found here: Job Profile Import/Export.

  • No labels