I am creating a java program that needs to pull out some lists of business components from ALM.
Then I came across with the Rest API.
The thing is, it seems like there is no rest service that returns a list of business components entities.
I tried to query a list of supported entities through:
/qcbin/rest/domains/{domain}/projects/{project}/customization/entities
but to my no luck, there is no "business component" listed there!