---
title: "Import an array of data objects."
method: POST
path: "/data/import"
tags: ["data"]
---

# Import an array of data objects.

`POST /data/import`

Import an array of data objects.

## Request body

- Data[]
  - `domainId` string — Object domain ID
  - `schemaUri` string — Validation schema URI
  - `content` object, required
  - `tenant` string — Tenant ID
  - `refs` AppDataRecord[]
    - `applicationUid` string
    - `recordUid` string
    - `modificationHistory` ModificationHistory[]
      - `user` string
      - `operation` string
      - `timestamp` string, date-time
  - `owners` Owner[]
    - `id` string, required — External id of the owner
    - `type` string, required — Type to discriminate owner's type

## Response `201`

Records created

## Changes

- **2021-08-09** `8e65ea7446ac` — 1 info
  - added the new optional request property `items/tenant`
- **2021-07-09** `f8b8ecaab5ae` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openintegrationhub/apis/data-hub/changes/data/import/post.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/data-hub.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/data-hub/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/data-hub/revisions/2521d7f38446/schema)
