# \VersionsApi
All URIs are relative to *https://s3p-osdm.cloud.sqills.com*
Method | HTTP request | Description
------------- | ------------- | -------------
[**get_versions**](VersionsApi.md#get_versions) | **GET** /versions | Returns all available versions of the OSDM API.
## get_versions
> Vec<models::ApiVersion> get_versions()
Returns all available versions of the OSDM API.
### Parameters
This endpoint does not need any parameter.
### Return type
[**Vec<models::ApiVersion>**](ApiVersion.md)
### Authorization
[oAuth2ClientCredentials](../README.md#oAuth2ClientCredentials)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+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)