I have an api like
http://api.mycompany.com/products/bycategory/{category_id}
How the ending part /products/bycategory/{category_id}
is named? If I remove the domain part, how can I name the rest if I put it in web.config, for instance?
URI? I looked at some articles but I was confused. Sometimes the full Url seems to be the URI others the mentioned remaining part.
Thanks.