# \TagApiControllerApi
All URIs are relative to *https://localhost*
| [**get_tag_names_using_get**](TagApiControllerApi.md#get_tag_names_using_get) | **Get** /spm-reports/api/v3/apps/{appIds}/tagNames | Gets tag names for the given application identifiers appearing in the given time frame. |
| [**get_using_get2**](TagApiControllerApi.md#get_using_get2) | **Get** /spm-reports/api/v3/apps/{appIds}/metrics/filters | Gets values for specified tags for the given application identifiers appearing in the given time frame. |
| [**get_using_get3**](TagApiControllerApi.md#get_using_get3) | **Get** /spm-reports/api/v3/apps/{appIds}/tags | Gets values for specified tags for the given application identifiers appearing in the given time frame. |
# **get_tag_names_using_get**
> ::models::TagNamesResponse get_tag_names_using_get(ctx, app_ids, optional)
Gets tag names for the given application identifiers appearing in the given time frame.
### Required Parameters
| **ctx** | **context.Context** | context containing the authentication | nil if no authentication |
| **app_ids** | **String** | appIds |
| **optional** | **map[string]interface{}** | optional parameters | nil if no parameters |
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
| **app_ids** | **String** | appIds |
| **from** | **i64** | from |
| **to** | **i64** | to |
| **metrics** | **bool** | metrics | [default to true] |
| **logs** | **bool** | logs | [default to true] |
| **events** | **bool** | events | [default to false] |
| **rum** | **bool** | rum | [default to true] |
### Return type
[**::models::TagNamesResponse**](TagNamesResponse.md)
### Authorization
[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/json
- **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_using_get2**
> ::std::collections::HashMap<String, ::models::Dimension> get_using_get2(ctx, app_ids, tag, optional)
Gets values for specified tags for the given application identifiers appearing in the given time frame.
### Required Parameters
| **ctx** | **context.Context** | context containing the authentication | nil if no authentication |
| **app_ids** | **String** | appIds |
| **tag** | [**Vec<String>**](String.md) | tag |
| **optional** | **map[string]interface{}** | optional parameters | nil if no parameters |
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
| **app_ids** | **String** | appIds |
| **tag** | [**Vec<String>**](String.md) | tag |
| **from** | **i64** | from |
| **to** | **i64** | to |
| **metrics** | **bool** | metrics | [default to true] |
| **logs** | **bool** | logs | [default to true] |
| **events** | **bool** | events | [default to false] |
| **rum** | **bool** | rum | [default to true] |
### Return type
[**::std::collections::HashMap<String, ::models::Dimension>**](Dimension.md)
### Authorization
[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/json
- **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_using_get3**
> ::std::collections::HashMap<String, ::models::Dimension> get_using_get3(ctx, app_ids, tag, optional)
Gets values for specified tags for the given application identifiers appearing in the given time frame.
### Required Parameters
| **ctx** | **context.Context** | context containing the authentication | nil if no authentication |
| **app_ids** | **String** | appIds |
| **tag** | [**Vec<String>**](String.md) | tag |
| **optional** | **map[string]interface{}** | optional parameters | nil if no parameters |
### Optional Parameters
Optional parameters are passed through a map[string]interface{}.
| **app_ids** | **String** | appIds |
| **tag** | [**Vec<String>**](String.md) | tag |
| **from** | **i64** | from |
| **to** | **i64** | to |
| **metrics** | **bool** | metrics | [default to true] |
| **logs** | **bool** | logs | [default to true] |
| **events** | **bool** | events | [default to false] |
| **rum** | **bool** | rum | [default to true] |
### Return type
[**::std::collections::HashMap<String, ::models::Dimension>**](Dimension.md)
### Authorization
[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/json
- **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)