Hi,
Is there anyway to get a doctype metadata (fields list, types, etc …) through the Rest API ?
For example in Django Rest Framework we have the possibility to send a OPTIONS type request to an API endpoint and get some useful metadata information that allow us to automatically build a form to make POST queries to that specific endpoint.
In ERPNext I tried to send a request to (base-url/api/method/frappe.get_meta?doctype=Item) for example but it seems get_meta is not whitelisted and can’t get called this way.
Any suggestions regarding this topic would be much appreciated.
Best regards.