How to get the Enum list from Suitecrm V8 API

Hi,
I was trying on the Suitecrm V8 Api and able to retrieve the fields for AOS_Products from the api. However, the enum datatypes does not return the list of the dropdown. May I know how to achieve this or is there any way to get all enum list thru the Api?

The api that I used is /legacy/Api/V8/meta/fields/AOS_Products, GET method.
Suitecrm version: 8.2.0

Facing this same issue. Did you find any solution for this?

Hi @aftab ,
I created a new custom api request to get the enumlist from $GLOBALS[‘app_list_strings’].

1 Like