Skip to main content
GET
List Functions

Endpoints

Get Functions

Returns a list of all functions available in the system.

Response

array
Array of function objects

Get Function List (Admin)

Returns a detailed list of functions with user information. Requires admin privileges.

Response

array
Array of function objects with user details

Export Functions (Admin)

Export all functions, optionally including valve configurations.

Query Parameters

boolean
default:"false"
Include valve configurations in the export

Response

Returns an array of FunctionModel or FunctionWithValvesModel objects depending on the include_valves parameter.

Authentication

All endpoints require authentication via bearer token. The /list and /export endpoints require admin privileges.