Hello.
I am trying to get the content of custom lists which are used as lookup lists for value fields in requirement entities.
More specific, I have created a list named "Product" which contains a number of items. This list is attacted to the Product-field of my requirements.
I have tried to make a call to /domains/{domain}/projects/{project}/customization/entities/requirement/lists, but it does not return all lists, namely, the Product-list I created is missing.
I have also tried making a call to domains/{domain}/projects/{project}/customization/used-lists, but the Products-list is not present here as well.
When I look in the database of my ALM system, I am able to find the list I am searching for in the Lists-table. How do I access it from the REST API?