# getFullInfo

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_full_info.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_full_info.html)

Gets a list of API names corresponding to the features for which the application has a valid license.

            getFullInfo()Copy to clipboard

## Parameters

| **Parameters** | **Data type** | **Description** |
| --- | --- | --- |
| featureName | String | Feature/Subsystem name |

## Returns

| **Parameter** | **Return type** | **Description** |
| --- | --- | --- |
| apiJsonList | List&lt;String&gt; | Returns a list of supported APIs and their information |

**Parent Topic:** [QESDK specific APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/qesdk_specific_apis.html)

Last Published: Nov 14, 2024

[Previous Topic
getApiNameList](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_api_name_list.md) [Next Topic
Initialize or de-initialize individual subsystems](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/init_or_deinit_individual_subsystems.md)