curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Data/api/v1/DataVault/schema \
--header 'Content-Type: application/json' \
--data '{
"Context": {
"CorrelationId": "<string>",
"User": "<string>",
"UserId": "<string>",
"Domain": "<string>",
"SecondaryIdentities": [
"<string>"
],
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"ImpersonationId": "<string>"
},
"DataVaultId": "<string>"
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Schema": {
"Columns": [
{
"Id": "<string>",
"Name": "<string>",
"DataType": "<string>"
}
]
}
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Data/api/v1/DataVault/schema \
--header 'Content-Type: application/json' \
--data '{
"Context": {
"CorrelationId": "<string>",
"User": "<string>",
"UserId": "<string>",
"Domain": "<string>",
"SecondaryIdentities": [
"<string>"
],
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"ImpersonationId": "<string>"
},
"DataVaultId": "<string>"
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Schema": {
"Columns": [
{
"Id": "<string>",
"Name": "<string>",
"DataType": "<string>"
}
]
}
}
The response is of type object
.