# 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 - Oauth2 ## Parameters ### Path parameters - **dataflowId** (string) ID of the Dataflow ### Body: application/json (object) - **description** (string) description of the recordSet - **parent_record_set_id** (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 - **record_set_name** (string) name of the recordSet ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) id of the RecordSet - **dataflow_id** (string) Dataflow Id this RecordSet belongs to - **description** (string) Description of this RecordSet - **owning_collection** (string) Collection of this RecordSet - **owning_entity** (string) Entity owning this RecordSet - **record_set_name** (string) RecordSet name - **trusted_entities** (array) Entities that have access to this RecordSet - **version** (string) RecordSet structure version [Powered by Bump.sh](https://bump.sh)