Functions

Content

Function parameter definition

definition

Calling a function

For those functions that require parameters, the best practice is to pass the values using parameter aliases.

curl -X GET https://portal.datafeed360.com/api/v1/function/{workspace_id}/definition/math.sqrt \
-H 'Authorization: Bearer {token}'