API to get data of all the fields of a doctype using react natve

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!

Please suggest this as how get doctype informations with all its fields in the json response.