I know this is Novice question but couldnt find a best way to do it.
I want to build a rest API with paramater inbetween like
/api/blogs/:blogid/articles/:articleId
I want to route to proper method and identify both blogid and articleid and return response.
Thanks and Best Regards Moyeen
In this Api .. Request parameters will give the desired results
Sorry for indentation using mobile app And do up vote if helpful ... :)