API Reference

Get Columns

1min
GET

This endpoint retrieves the list of columns for a specific table based on the provided table ID.

Response: The response will contain an array of objects, where each object represents a column with the following properties:

  • Id (string): The ID of the column

  • HunniTableId (string): The ID of the table to which the column belongs

  • 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
tableId
Responses
200
OK