search_get_dictionary_search_options¶
Retrieve options available for searching data dictionaries
Functions
- async pydelfini.delfini_core.api.search.search_get_dictionary_search_options.asyncio(*, client)[source]¶
Retrieve options available for searching data dictionaries
- Raises:
errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Union[SearchGetDictionarySearchOptionsResponse200]
- Parameters:
client (AuthenticatedClient)
- Return type:
- async pydelfini.delfini_core.api.search.search_get_dictionary_search_options.asyncio_detailed(*, client)[source]¶
Retrieve options available for searching data dictionaries
- 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[Union[SearchGetDictionarySearchOptionsResponse200, ServerError]]
- Parameters:
client (AuthenticatedClient)
- Return type:
Response[SearchGetDictionarySearchOptionsResponse200 | ServerError]
- pydelfini.delfini_core.api.search.search_get_dictionary_search_options.sync(*, client)[source]¶
Retrieve options available for searching data dictionaries
- Raises:
errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Union[SearchGetDictionarySearchOptionsResponse200]
- Parameters:
client (AuthenticatedClient)
- Return type:
- pydelfini.delfini_core.api.search.search_get_dictionary_search_options.sync_detailed(*, client)[source]¶
Retrieve options available for searching data dictionaries
- 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[Union[SearchGetDictionarySearchOptionsResponse200, ServerError]]
- Parameters:
client (AuthenticatedClient)
- Return type:
Response[SearchGetDictionarySearchOptionsResponse200 | ServerError]