POST
/dataflows
curl \
--request POST 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '"{\n \"Body\": \"\",\n \"description\": \"\",\n \"enableErrorEmailNotifications\": \"\",\n \"errorNotificationEmail\": \"\",\n \"name\": \"\"\n}"'
Request example
{
"Body": "",
"description": "",
"enableErrorEmailNotifications": "",
"errorNotificationEmail": "",
"name": ""
}
Response examples (200)
{
"CREATED_BY": "5684058f159fffbe29ff9912",
"CREATED_DATE": "2016-04-24 03:14:48 UTC",
"MODIFIED_BY": "5684058f159fffbe29ff9912",
"MODIFIED_DATE": "2016-04-24 03:14:48 UTC",
"_id": "571c3a28d5ae983a0060b57f",
"description": "test 5",
"name": "tes55",
"owningEntity": "demo_5",
"trustedEntities": [
{
"accessLevel": "READWRITE",
"entity": "5684058f159fffbe29ff9913"
}
]
}