How can we get the json object having all the fields of a doctype??
We can get the list of json objects having all the fields in doctype instead of specifying only specific datafields in the doctype (http://frappe.local:8000/api/resource/Person/?fields=[“name”, “first_name”])
Please suggest!