# getFullInfo Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/native_get_full_info.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_get_full_info.html) Gets the feature name and raw data for all supported APIs 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 | std::vector<std::string> | Returns a list of supported APIs and their information | **Parent Topic:** [QESDK specific APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_specific_apis.html) Last Published: Nov 14, 2024 [Previous Topic getFeatureList](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/native_get_feature_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_native.md)