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
# \ActionsApi

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

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_get_activity_actions**]ActionsApi.md#get_get_activity_actions | **GET** /api/actions/activity/{id}/{view}/{locale} | Get all item actions for the given Activity [for internal use]
[**get_get_customer_actions**]ActionsApi.md#get_get_customer_actions | **GET** /api/actions/customer/{id}/{view}/{locale} | Get all item actions for the given Customer [for internal use]
[**get_get_project_actions**]ActionsApi.md#get_get_project_actions | **GET** /api/actions/project/{id}/{view}/{locale} | Get all item actions for the given Project [for internal use]
[**get_get_timesheet_actions**]ActionsApi.md#get_get_timesheet_actions | **GET** /api/actions/timesheet/{id}/{view}/{locale} | Get all item actions for the given Timesheet [for internal use]



## get_get_activity_actions

> models::PageAction get_get_activity_actions(id, view, locale)
Get all item actions for the given Activity [for internal use]

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Activity ID to fetch | [required] |
**view** | **String** | View to display the actions at (e.g. index, custom) | [required] |
**locale** | **String** | Language to translate the action title to (e.g. de, en) | [required] |

### Return type

[**models::PageAction**](PageAction.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_get_customer_actions

> models::PageAction get_get_customer_actions(id, view, locale)
Get all item actions for the given Customer [for internal use]

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Customer ID to fetch | [required] |
**view** | **String** | View to display the actions at (e.g. index, custom) | [required] |
**locale** | **String** | Language to translate the action title to (e.g. de, en) | [required] |

### Return type

[**models::PageAction**](PageAction.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_get_project_actions

> models::PageAction get_get_project_actions(id, view, locale)
Get all item actions for the given Project [for internal use]

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Project ID to fetch | [required] |
**view** | **String** | View to display the actions at (e.g. index, custom) | [required] |
**locale** | **String** | Language to translate the action title to (e.g. de, en) | [required] |

### Return type

[**models::PageAction**](PageAction.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_get_timesheet_actions

> models::PageAction get_get_timesheet_actions(id, view, locale)
Get all item actions for the given Timesheet [for internal use]

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**id** | **String** | Timesheet ID to fetch | [required] |
**view** | **String** | View to display the actions at (e.g. index, custom) | [required] |
**locale** | **String** | Language to translate the action title to (e.g. de, en) | [required] |

### Return type

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