# getApiNameList Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_api_name_list.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_api_name_list.html) Gets a list of API names corresponding to the features for which the application has a valid license. getApiNameList()Copy to clipboard ## Parameters | **Parameters** | **Data type** | **Description** | | --- | --- | --- | | featureName | String | Feature/Subsystem name | ## Returns | **Parameter** | **Return type** | **Description** | | --- | --- | --- | | apiNameList | List<String> | Returns all the API related info like API name, number of
arguments, type of arguments specific to a feature | **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 getFeatureList](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_feature_list.md) [Next Topic getFullInfo](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_full_info.md)