Understanding the URI Param and Query Param With RAML

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

Subscribe To Newsletter

Sign up for my newsletter and get the latest technology news

2019 © Craig Brown PhD. All rights reserved.