Pular para o conteúdo

Get Available Presets

GET
/api/v1/layout/presets

Get all available layout presets and the current user’s selection.

page
required
Page
string
Allowed values: contacts companies dashboard
x-tenant-id
Any of:
integer

Successful Response

AvailablePresetsResponse

Response with all available presets.

object
presets
required
Presets
Array<object>
LayoutPresetInfo

Information about a layout preset.

object
name
required
Name
string
Allowed values: default data-first table-first analytics-first
label
required
Label
string
description
required
Description
string
order
required
Order
Array<string>
current
Any of:
string
Allowed values: default data-first table-first analytics-first

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string