Getfields method only gets field on first layout of new UI

Getfields method only gets field on first layout of new UI

Using  https://crm.zoho.com/crm/private/json/Potentials/getFields?authtoken={{authtoken}}&scope={{scope}} should get me the available fields of a potential.

I currently have the new UI enabled, giving me multiple layouts for a potential record. Some fields are availabe on both layouts, some only on one. If I perform the getfields call, I only get the fields on the first layout.

I performing a API call insertRecord to a potential, I can also only fill those fields available on the first layout. Not so on the second.

I am an Admin, so this isn't related to user rights. Please advice. It's urgent!