Method
listPythonFunctions GET
Copy GET

List all python functions within the organization.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
No functionType str Optional argument to specify the type of function to list Python functions for. Default is FEATURE_GROUP, but can also be PLOTLY_FIG.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[PythonFunction]

Exceptions:

TYPE WHEN
InvalidEnumParameterError

An invalid value is passed for functionType.

Language: