Body
-
RecordSet name
-
Description of this RecordSet
-
parent recordSet that connects to the new recordSet. Set it null or do not include the field if the new recordSet has no parent recordSet
-
Entity owning this RecordSet
-
Collection of this RecordSet
-
Dataflow Id this RecordSet belongs to
-
RecordSet structure version
-
Entities that have access to this RecordSet
-
Entity name
-
id of the RecordSet
POST
/dataflows/{dataflowId}/recordsets
curl \
--request POST 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}/recordsets' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{
"recordSetName": "sample_recordSet",
"description": "sample description",
"parentRecordSetId": null
}'
Request example
{
"recordSetName": "sample_recordSet",
"description": "sample description",
"parentRecordSetId": null
}
Response examples (200)
{
"_id": "574bc854d96535adaf730a60"
}