Put identifiers in route

Hello,

I’m trying to put some identifiers in my routes as path params.
For example:
I want to have routes like /my/screen/<some identifier>/other/part/of/route rather than the default /my/screen?<some identifier>=...

Is this possible with current routing api?

Thanks,
Konstantin

Hi,

Unfortunately, route path can’t contain params, for that purpose we use query params.

Regards,
Gleb