Hi!
When I use the endpoint http://localhost:8181/cxs/profiles/search with the parameters ``` { "offset": 0, "limit": 100, "condition": { "type": "profilePropertyCondition", "parameterValues": { "propertyName": "scores.ZoneID_2564", "comparisonOperator": "exists" } } } ``` I get a sheet with profile objects. if I need to get only a list of "itemId": "4bcadae9-8a61-4bec-94c9-b415cff9d612", with no additional information like: ``` "list": [ { "itemId": "4bcadae9-8a61-4bec-94c9-b415cff9d612", "itemId": "4bcadae9-8a61-4bec-94c9-b415cff9d612", "itemId": "4bcadae9-8a61-4bec-94c9-b415cff9d612", "itemId": "4bcadae9-8a61-4bec-94c9-b415cff9d612", } ], "offset": 0, "pageSize": 100, "totalSize": 6, "totalSizeRelation": "EQUAL" } ``` then how can this be done? With this parameter "requiredProfileProperties": ["*"] I get an error 500 -- IT Specialist, System Administration, Marat Ibatullin.