API Reference

Get Table Details

1min
GET

This endpoint retrieves the details of a specific Table based on the provided Table ID.

Response:

  • Id (string): The ID of the Table.

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

  • HunniFolderId (string): The ID of the associated Table.

  • Access (integer): The access level for the Table.

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

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

  • HunniColumns (array): An array of objects containing the following details for each column:

    • Id (string): The ID of the column.

    • HunniTableId (string): The ID of the associated 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.

Header Parameters
Accept
Path Parameters
id
Responses
200
OK