camunda-client 0.1.2

Rust client for camunda Rest API
Documentation
# \VersionApi

All URIs are relative to *http://localhost:8080/engine-rest*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_rest_api_version**]VersionApi.md#get_rest_api_version | **get** /version | 



## get_rest_api_version

> crate::models::VersionDto get_rest_api_version()


Retrieves the version of the Rest API.

### Parameters

This endpoint does not need any parameter.

### Return type

[**crate::models::VersionDto**](VersionDto.md)

### Authorization

No authorization required

### 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)