I'm relatively new to the API, however what I'm working out is to get the values from a placement exclusion list and show it for selection in our app so that users will have the option to choose which apps to exclude.
Steps on how I'm coding it :
- Used SharedCriterionService.
- Created a Selector with Predicate equals to the SharedSetId of the placement exclusion
- Retrieve values from entries of SharedCriterionPage

I'm able to retrieve the list, however, the displayname and mobileappcategoryid doesn't have any values.
Thanks and Regards