GET
/
api
/
end_user_files
/
rename_rules
curl --request GET \
  --url https://app.herondata.io/api/end_user_files/rename_rules \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "end_user_file_class": "<string>",
    "file_name_template": "<string>",
    "heron_id": "<string>",
    "is_enabled": true,
    "variables": [
      {
        "description": "<string>",
        "examples": [
          "<string>"
        ],
        "key": "<string>",
        "name": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
A list of file rename rules
end_user_file_class
string
required
file_name_template
string
required
is_enabled
boolean
required
variables
object[]
required
heron_id
string