# Create a RecordSet **POST /dataflows/{dataflowId}/recordsets** Create a RecordSet. ## Servers - https://dataflownode.zerionsoftware.com/zcrypt/v1.0: https://dataflownode.zerionsoftware.com/zcrypt/v1.0 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **dataflowId** (string) ID of the Dataflow ### Body: application/json (object) - **recordSetName** (string) RecordSet name - **description** (string) Description of this RecordSet - **parentRecordSetId** (string) 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 - **owningEntity** (string) Entity owning this RecordSet - **owningCollection** (string) Collection of this RecordSet - **dataflowId** (string) Dataflow Id this RecordSet belongs to - **version** (string) RecordSet structure version - **trustedEntities** (array) Entities that have access to this RecordSet - **entity** (string) Entity name - **_id** (string) id of the RecordSet ## Responses ### 200 Successful response #### Body: application/json (object) - **_id** (string) the updated RecordSet Id [Powered by Bump.sh](https://bump.sh)