kimai_client_lib 1.0.0

JSON API for the Kimai time-tracking software. Read our [API documentation](https://www.kimai.org/documentation/rest-api.html) and download the [Open API definition](doc.json) to import into your API client.
Documentation
# \MetaFieldApi

All URIs are relative to *http://localhost*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_kimaiplugin_metafields_api_metafields_cget**]MetaFieldApi.md#get_kimaiplugin_metafields_api_metafields_cget | **GET** /api/metafields | Returns a collection of meta-fields



## get_kimaiplugin_metafields_api_metafields_cget

> Vec<models::MetaFieldRule> get_kimaiplugin_metafields_api_metafields_cget(entity)
Returns a collection of meta-fields

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**entity** | Option<**String**> | The type of object to fetch meta-fields for. Allowed values: timesheet, customer, project, activity, user, expense, invoice - returns all if not given (default: all) |  |

### Return type

[**Vec<models::MetaFieldRule>**](MetaFieldRule.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)