Skip to main content

Get Columns

GET 

/api/messaging-logs/columns

Get available columns for the messaging logs table.

Returns a list of column definitions including:

  • key: Column identifier
  • label: Display label
  • type: Data type (string, date, currency, number)
  • sortable: Whether the column can be sorted
  • visible: Whether the column is visible by default
  • aggregator: Aggregation function for grouping (sum, avg, count)

Request

Responses

Successful Response