API Reference

Get Tables by Folder

1min
GET

This endpoint retrieves the details of Tables within a folder based on the provided Folder ID.

Response:
The response will include an array of objects, each representing a Table with the following properties:

  • Id (string): The unique identifier of the table.

  • Name (string): The name of the table.

  • HunniFolderId (string): The identifier of the associated folder.

  • Access (integer): The access level the requesting account has to the table.

  • Description (string): The description of the table.

  • LastUpdatedOn (string): The timestamp of the last update to the table.

  • HunniColumns (array): An array of objects representing the columns of the table, each with the following properties:

    • Id (string): The unique identifier of the column.

    • HunniTableId (string): The identifier of the associated table.

    • Name (string): The name of the column.

    • HunniColumnTypeId (string): The identifier of the column type.

    • HunniColumnTypeName (string): The name of the column type.

    • LinkedItemId (string): The identifier of the linked item.

    • IsRequired (string): Indicates if the column is required.

    • DisplayOrder (string): The order of display for the column.

Header Parameters
Accept
Path Parameters
folderId
Responses
200
OK