Calling SQL functions

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorialsCalling SQL functions

GET data form a SQL function. Try these examples in the 'API Docs' tab of the DreamFactory Admin Console or from the command line with cURL.

API Endpoint

GET https://{url}/api/v2/{api_name}/_func/{function_name}

API Docs Screenshot

Swagger-function.png

Example - GET data from a SQL function

  • Function name: my_function
  • Function_name parameter in API call:
    my_function
  • Request URL:
    https://foo.com/api/v2/db/_func/my_function