Query parameters are added to the URL after the ?
mark, while a path parameter is part of the regular URL.
In the URL below tom
could be the value of a path parameter and there is one query parameter with the name id
and value 1
:
http://mydomain.example/tom?id=1