API Reference
Get Views by Folder
1min
GET
Header Parameters
Accept
Path Parameters
folderId
Responses
200
OK
Updated 28 Mar 2025
Did this page help you?
This endpoint retrieves the details of Views within a folder based on the provided Folder ID.
Path Parameters:
FolderId
(string, required): The ID of the specific Folder.Response:
The response will include an array of objects, each representing a specific View, with the following properties:
Id
(string): The ID of the folder view.
Name
(string): The name of the folder view.
HunniFolderId
(string): The ID of the associated folder.
Description
(string): The description of the folder view.
LastUpdatedOn
(string): The timestamp of the last update.
OrganizationId
(string): The ID of the organization.
HunniColumns
(array): An array of objects representing the columns in the folder view, with the following properties:
Id
(string): The ID of the column.
HunniTableId
(string): The ID of the associated Hunni table.
Name
(string): The name of the column.
HunniColumnTypeId
(string): The ID of the column type.
HunniColumnTypeName
(string): The name of the column type.
LinkedItemId
(string): The ID of the linked item.
IsRequired
(string): Indicates if the column is required.
DisplayOrder
(string): The display order of the column.