# \DefaultApi
All URIs are relative to *http://localhost*
[**get_app_api_configuration_colorconfig**](DefaultApi.md#get_app_api_configuration_colorconfig) | **GET** /api/config/colors | Returns the configured color codes and names
[**get_app_api_configuration_timesheetconfig**](DefaultApi.md#get_app_api_configuration_timesheetconfig) | **GET** /api/config/timesheet | Returns the timesheet configuration
[**get_app_api_status_ping**](DefaultApi.md#get_app_api_status_ping) | **GET** /api/ping | A testing route for the API
[**get_app_api_status_plugin**](DefaultApi.md#get_app_api_status_plugin) | **GET** /api/plugins | Returns information about installed Plugins
[**get_app_api_status_version**](DefaultApi.md#get_app_api_status_version) | **GET** /api/version | Returns information about the Kimai release
[**post_cloud_last_read_news_set**](DefaultApi.md#post_cloud_last_read_news_set) | **POST** /api/cloud/news_date | Sets the last-read-news date on a user.
## get_app_api_configuration_colorconfig
> std::collections::HashMap<String, String> get_app_api_configuration_colorconfig()
Returns the configured color codes and names
### Parameters
This endpoint does not need any parameter.
### Return type
**std::collections::HashMap<String, String>**
### Authorization
[bearer](../README.md#bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## get_app_api_configuration_timesheetconfig
> models::TimesheetConfig get_app_api_configuration_timesheetconfig()
Returns the timesheet configuration
### Parameters
This endpoint does not need any parameter.
### Return type
[**models::TimesheetConfig**](TimesheetConfig.md)
### Authorization
[bearer](../README.md#bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## get_app_api_status_ping
> serde_json::Value get_app_api_status_ping()
A testing route for the API
### Parameters
This endpoint does not need any parameter.
### Return type
[**serde_json::Value**](serde_json::Value.md)
### Authorization
[bearer](../README.md#bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## get_app_api_status_plugin
> Vec<models::Plugin> get_app_api_status_plugin()
Returns information about installed Plugins
### Parameters
This endpoint does not need any parameter.
### Return type
[**Vec<models::Plugin>**](Plugin.md)
### Authorization
[bearer](../README.md#bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## get_app_api_status_version
> models::Version get_app_api_status_version()
Returns information about the Kimai release
### Parameters
This endpoint does not need any parameter.
### Return type
[**models::Version**](Version.md)
### Authorization
[bearer](../README.md#bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## post_cloud_last_read_news_set
> post_cloud_last_read_news_set()
Sets the last-read-news date on a user.
### Parameters
This endpoint does not need any parameter.
### Return type
(empty response body)
### Authorization
[bearer](../README.md#bearer)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)