Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Exporting objects

Exporting objects

Use this resource with the import resource to migrate objects from one organization to another.
Exporting objects includes a series of requests and responses. The end result is a ZIP file that contains the exported objects. To export objects, you perform the following tasks:
  1. Log in to the source organization.
  2. Send an objects GET request with query parameters to get a list of objects to export. Or, if you already know which objects you want to export, send a lookup GET request to get the object IDs for the objects that you want to export.
    Informatica Intelligent Cloud Services
    returns the object IDs.
    See Objects and Lookup.
  3. Send an export POST request to start the export job, using the object IDs returned in the objects or lookup response.
    Informatica Intelligent Cloud Services
    returns the job ID for the export job.
  4. Send an export GET request to get the status of the export job, using the export job ID for the export package.
    Informatica Intelligent Cloud Services
    returns the job ID and status. The response can also include a list of the objects in the export package.
  5. Send an export GET request to download the export package.
    Informatica Intelligent Cloud Services
    returns the export package in a ZIP file.
This resource uses a dynamic rate limit. When the system experiences a large volume or size of requests, responses might be slow or fail with the error message, "too many requests."

0 COMMENTS

We’d like to hear from you!