Request Code Samples
curl --location --request GET 'https://platform.shopranos.eu/api/PrivacyGroups?Title&Status&CustomerIds&CustomerGroupIds&Page&PageSize&Sort'
Responses
[
{
"id": "string",
"companyId": "string",
"title": "string",
"status": "Draft",
"mode": "Automatic",
"productIds": [
"string"
],
"updateDate": "2019-08-24T14:15:22.123Z",
"insertDate": "2019-08-24T14:15:22.123Z",
"rule": {
"filter": "Tag",
"not": true,
"value": null,
"operator": "And",
"conditions": [
{}
],
"operation": "eq"
},
"customerGroupIds": [
"string"
],
"customerIds": [
"string"
]
}
]
Modified at 2026-03-16 09:55:47