curl --request GET \
--url https://app.herondata.io/api/end_user_files/rename_rules \
--header 'x-api-key: <api-key>'
[
{
"end_user_file_class": "<string>",
"file_name_template": "<string>",
"heron_id": "<string>",
"is_enabled": true,
"variables": [
{
"description": "<string>",
"examples": [
"<string>"
],
"key": "<string>",
"name": "<string>"
}
]
}
]
Retrieve all file rename rules for the current user.
curl --request GET \
--url https://app.herondata.io/api/end_user_files/rename_rules \
--header 'x-api-key: <api-key>'
[
{
"end_user_file_class": "<string>",
"file_name_template": "<string>",
"heron_id": "<string>",
"is_enabled": true,
"variables": [
{
"description": "<string>",
"examples": [
"<string>"
],
"key": "<string>",
"name": "<string>"
}
]
}
]
A list of file rename rules
The response is of type object[]
.
Was this page helpful?