---
title: "POST /api/v1/DataVault/data"
method: POST
path: "/api/v1/DataVault/data"
tags: ["DataVault"]
---

# POST /api/v1/DataVault/data

`POST /api/v1/DataVault/data`

## Request body

- GetDataVaultDataRequest
  - `Context` MessageContext
    - `CorrelationId` string, nullable
    - `UserId` string, nullable
    - `Pads4UserId` string, nullable
    - `Domain` string, nullable
    - `Claims` UserClaim[], nullable
      - `Type` string, nullable
      - `Value` string, nullable
    - `SecondaryIdentities` string[], nullable
    - `ImpersonationId` string, nullable
  - `DataVaultId` string, nullable

## Response `200`

- GetDataVaultDataResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `DataSet` DataSet
    - `Rows` Row[], nullable
      - `Id` string, nullable
      - `Columns` Column[], nullable
        - `Id` string, nullable
        - `Name` string, nullable
        - `Value` unknown

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
