The Comprehensive Guide to REST API Architecture and Conventions
Consider that we are interacting with multiple entities. We should build the API path as follows,
domain + /API + /Version + /Entity + /ID Parameter [Optional] + /SubEntity + /ID Parameter + ? + fromDate=01/02/2022 + & + endDate=02/02/2022
For instan...
blog.shams-nahid.com3 min read