cyphermed.api.account.get_dashboard_config

def sync_detailed( *, client: cyphermed.client.AuthenticatedClient) -> cyphermed.types.Response[cyphermed.models.dashboard_config.DashboardConfig]:

Get Dashboard Config

Get the dashboard configuration for the current account

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: Response[DashboardConfig]

def sync( *, client: cyphermed.client.AuthenticatedClient) -> Optional[cyphermed.models.dashboard_config.DashboardConfig]:

Get Dashboard Config

Get the dashboard configuration for the current account

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: DashboardConfig

async def asyncio_detailed( *, client: cyphermed.client.AuthenticatedClient) -> cyphermed.types.Response[cyphermed.models.dashboard_config.DashboardConfig]:

Get Dashboard Config

Get the dashboard configuration for the current account

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: Response[DashboardConfig]

async def asyncio( *, client: cyphermed.client.AuthenticatedClient) -> Optional[cyphermed.models.dashboard_config.DashboardConfig]:

Get Dashboard Config

Get the dashboard configuration for the current account

Raises: errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. httpx.TimeoutException: If the request takes longer than Client.timeout.

Returns: DashboardConfig