1.0 Introduction
It is very important to know when to use Query Parameter or URI Parameter while designing an API. URI parameter (Path Param) is basically used to identify a specific resource or resources whereas Query Parameter is used to sort/filter those resources.
Let’s consider an example where you want identify the employee on the basis of employeeID, and in that case, you will be using the URI param. https://goo.gl/34dZ26 #DataIntegration #ML