# getApiNameList

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

Gets all supported API names by feature name.

        getApiNameList()Copy to clipboard

## Parameters

| **Parameters** | **Data type** | **Description** |
| --- | --- | --- |
| featureName | string | The feature name to query for supported API names. |

## Returns

| **Parameter** | **Return type** | **Description** |
| --- | --- | --- |
| apiNames | std::vector&lt;std::string&gt; | The list of all supported API names provided by the feature. |

**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
qesdk\_deinit](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/native_deinit.md) [Next Topic
getFeatureList](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/native_get_feature_list.md)