Parameter Types for HTTP get request
Query Parameters - Placed after the question mark in URL
http://somedomain/api/0.x?q=abc
Path parameters - Placed before the question mark in URL
http://somedomain/api/0.x/id/{id}/path/{path}
Query Parameters - Placed after the question mark in URL
http://somedomain/api/0.x?q=abc
Path parameters - Placed before the question mark in URL
http://somedomain/api/0.x/id/{id}/path/{path}
Write a comment ...
Write a comment ...