Hi community,
in order to follow best practises for RESTful API I would like to use Singletons
like /customers/{customerId} and potentially some subcollections / multiple level Sigletons like /customers/{customerId}/accounts/{accountId}
Is there any way to configure the User Defined API Routes to work like this?
Hi Felix,
Having dynamic routes where part of the route would be captured in some kind of variable is currently not supported. This has, however, already been recognized as an important feature, and there is a feature task for this near the top of the User-Defined APIs backlog. I currently have no info on when it would be available, though.

Hi Thomas,
good to know it's already on the backlog.
Thanks,
Felix