User-Defined API – Use Singletons and Subcollections
20th August 2025
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 …