I have a website which contains a campaign and each campaign has multiple surveys.
If I were to edit a campaign, I have the URL named
campaign/edit/1
If I wanted to edit a survey in a campaign I have a URL named
campaign/edit/1/survey/edit/3
My page will fetch the data for the campaign with the ID of 1 and survey with the ID of 3.
While this works, I'm wondering if there actually exists some sort of convention that would be better fit for this or if a URL like this is ok?