Currently 3scale API Docs allows to read objects only by Id. It would be a great feature when it's also possible to read objects by systemName.
Today, 3scale APIs require passing object IDs as mandatory parameters (for example, service_id, backend_api_id, account_id, service_plan_id, etc.). For customers that have automation in place, it is necessary to add additional layers to their processes to list all objects by Id and thus be able to address a single object by system_name. So this RFE would be important so that they can optimize this process and instead of calling the APIs with a numeric parameter (Id) they are able to use the system_name which is a unique and identifiable string in the system.
With objects I mean all entities which have a unique systemName.