Parameters
Get the value of a global property
Get the current value of a given global property (a.k.a. global parameter)
get/parameters/{parameterId}
Path parameters
parameterIdstring required
Example:rudder_file_edit_header
Id of the parameter to manage
Response
Settings
Example response
{
"id": "rudder_file_edit_footer",
"data": {
"parameters": [
{
"id": "rudder_file_edit_footer",
"value": "### End of file managed by Rudder ###",
"description": "Default inform message put in footer of managed files by Rudder"
}
]
}
}