Function Parameters
List Function Parameters
This endpoint gets function parameters
GET
/
v1
/
function_parameters
Body
Response
id
string
This is the id of the function parameter. It is used to identify the function parameter.
function_id
string
This is the id of the function. It is used to identify the function.
function_parameter_name
string
This is the name of the function parameter. It is used to identify the function parameter.
function_parameter_description
string
This is the description of the function parameter. It is used to identify the function parameter.
activated
boolean
This is the activated check of the function parameter. It is used to identify the function parameter activation state.
created_at
string
This is the created_at of the function parameter. It is used to identify the function parameter.
updated_at
string
This is the updated_at of the function parameter. It is used to identify the function parameter.