Where is the REST API entry point in ERPNext

Where is the REST API entry point? I want to better understand/debug some issues I’ve been experiencing. What is the stack trace I can follow for a given REST API call?

For example, I want to know what code path the following REST API call follows in github:

GET https://faliam.erpnext.com/api/resource/Item%20Price

Cheers,
Amir H

this is the entry point you follow it .

1 Like

Thank you!