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