You are here: Advanced > Developer reference > REST API use-case scenario - import REST API

REST API use case scenario - import REST API

The import service supports importing record data into the EMS in either CSV or XML format. Imported data must comply with system and workflow rules for the import process to be successful.

You can access the service using one of the following URLs:

  • For CSV format: https://<serverAddress>/rest/<tenant-id>/import?entity-type=<entityType>&file-type=CSV

  • For XML format: https://<serverAddress>/rest/<tenant-id>/import?entity-type=<entityType>&file-type=XML

where entityType represents the type of record you are importing.

To import the data, use the HTTP method: POST. Set the header to be Content-Type with the value application/octet-stream.

Related Topics Link IconRelated Topics