Get RecordSets for the given dataflowId
GET
/dataflows/{dataflowId}/recordsets
curl \
--request GET 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}/recordsets' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"_id": "56f22f5651e8009d94e23f86",
"recordSetName": "df10",
"owningEntity": "user_5000",
"owningCollection": "56f22f5651e8009d94e23f84_df10",
"description": "",
"dataflowId": "56f22f5651e8009d94e23f84",
"version": "2.0"
}
]