curl --request GET \
--url https://app.herondata.io/api/end_user_files/file_classes \
--header 'x-api-key: <api-key>'
[
{
"description": "<string>",
"display_name": "<string>",
"grouping": "<string>",
"name": "<string>"
}
]
OK
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://app.herondata.io/api/end_user_files/file_classes \
--header 'x-api-key: <api-key>'
[
{
"description": "<string>",
"display_name": "<string>",
"grouping": "<string>",
"name": "<string>"
}
]
curl --request GET \
--url https://app.herondata.io/api/end_user_files/file_classes \
--header 'x-api-key: <api-key>'
[
{
"description": "<string>",
"display_name": "<string>",
"grouping": "<string>",
"name": "<string>"
}
]
OK
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://app.herondata.io/api/end_user_files/file_classes \
--header 'x-api-key: <api-key>'
[
{
"description": "<string>",
"display_name": "<string>",
"grouping": "<string>",
"name": "<string>"
}
]