Unetus Docs
  • Documentation
  • Download
    • Introduction
    • Install
    • Send Your First Request
    • Import and Export Data
    • Environment Variables
    • Workspaces
    • Requests
    • Responses
    • Request Collections
    • Request Timeouts
    • Chaining Requests
    • Post CSV Data
    • SOAP Requests
    • gRPC
    • WebSocket Support
    • Get Started with Documents
    • Design Documents
    • Linting
    • GraphQL for OpenAPI
    • Unit Testing
    • Stress Testing
    • Authentication
    • Client Certificates
    • Generate Code Snippet
    • Cookie Management
    • Encoding
    • GraphQL Queries
    • Key Maps
    • Proxy
    • Insomnia Configuration File
    • Introduction to Plugins
    • Context Object Reference
    • Template Tags
    • Hooks and Actions
    • Custom Themes
    • FAQ
    • Application Data
    • SSL Validation

Import and Export Data

Unetus supports importing and exporting. Currently, the supported import formats are Insomnia, Postman v2, HAR, OpenAPI (versions 3.0, 3.1), Swagger, WSDL, and cURL.

Export Data

Export a Document, Collection, or a single request.

From the Document or Collection name dropdown menu, select Import/Export. Select an option from the Export Data dropdown menu.

Alternatively, in Preferences and under the Data tab, select an option from the Export Data dropdown menu. If you’re inside a Document or Collection, you’ll have the option to export that specific Document or Collection.

If you’ve selected to export a Document or Collection, choose to export the whole set or individual requests.

Import Data

Import data from a file, URL, or Clipboard.

From the Document or Collection name dropdown menu, select Import/Export. Select an option from the Import Data dropdown menu.

Alternatively, in Preferences and under the Data tab, select an option from the Import Data dropdown menu.

Also, you can paste copied cURL command straight to URL bar.

Export Special Resources and Resource Types

The following outlines special resource IDs, used to map to data, and resource types, used to outline what’s included and excluded from an export file.

Note: The Unetus Importers Package has support for migrating older export versions to the latest, as well as supporting external formats like HAR, Postman, Swagger/OpenAPI, and Curl. If you want to contribute new formats, feel free to submit a pull request to the insomnia-importers on GitHub.

Special Resource IDs

Special resource IDs are used to map to data in an active workspace. They look like variables within the export file. Some example special resource IDs are:

Resource ID Description
__WORKSPACE_ID__ Maps to the ID of the currently active workspace
__BASE_ENVIRONMENT_ID__ Maps to the ID of the active workspace base environment
__<NAME>_<NUMBER>__ Any value matching this format will deterministically generate a new ID at import time

Resource Types

We offer a variety of resource types. Resource types outline what is included and excluded from an export file. Some responses and metadata models aren’t exported.

See all resource types listed under data.resources.

Edit this page
Report an issue
© 2021-2023 Kong Inc.
© 2023 Unetus Project